Search results

  1. M

    Homebrew RELEASE Noexs Remote Debugger

    Hey guys, long time no see! I'm back (for now), and I intend to get Noexes modernized a bit! I just got the client sourcecode setup on Java 16, and now I'm getting localization written. After that I'm going to rework some of the code, it's hella messy. After that I'll seriously look into getting...
  2. M

    Homebrew Suggestion (Request) A Complete and Updated Noexes Installation Tutorial

    You most likely have an outdated Hekate or atmosphere install, as that error happens before Horizon even starts, let alone Noexes Try reinstalling both over what you have right now and see if that fixes it
  3. M

    ROM Hack Question How do i use these cheats?

    Can you take a screenshot of your memory region table showing the actual start of the heap vs where Noexes thinks it is. Also [heap+offset] should work, I guess it's something for me to work out once I get my IntelliJ license stuff sorted out.
  4. M

    ROM Hack Question How do i use these cheats?

    Noexes should support heap addresses iirc, as long as it shows the heap name in the memory region table
  5. M

    Homebrew RELEASE Noexs Remote Debugger

    It doesn't show addresses relative to any other address rn, and I'm pretty hesistent to do so. Having them relative to main is okay I guess, but having them relative to heap would imply that the heap will always be allocated in the same way (it won't), and the same for addresses relative to the...
  6. M

    Homebrew RELEASE Noexs Remote Debugger

    Rei isn't adding in SX code lol, just emulating their services so some of their crapware loads. And no due to how ASLR works everything has different memory layouts all the time, it requires a patch to the loader sysmodule to disable iirc.
  7. M

    Homebrew RELEASE Noexs Remote Debugger

    Addresses can already be relative to main and heap,just they need to be lower case, as for base... Why? ASLR moves memory around all the time, so locating data relative to that would make no sense. And unfortunately I don't see Noexs ever working with SXOS, as it's impossible to use without...
  8. M

    Homebrew RELEASE Noexs Remote Debugger

    The hang you're experience is most likely Noexes not detatching from the process, or atmosphere is also attached and not detaching before it closes (the game sends a closed event and it halts until it's handled). I'll have to look into it. As for main moving around... That's perfectly normal...
  9. M

    Homebrew RELEASE Noexs Remote Debugger

    You'll see a lot of speed changes over the span of a dump with Noexes, it's due to the RLE compression. When you're dumping a section of memory that contains the same byte repeated over and over (like 00 or FF) it will dump faster. I don't follow, all pointers should be relative to main, the...
  10. M

    Homebrew RELEASE Noexs Remote Debugger

    Very very unlikely, unless they embed a specific version of Noexs into SXOS, and even then I doubt they would (as it would allow one to pick apart their DRM with ease). Still no USB support sadly, I now have a functioning computer so whenever I pickup working on Noexs again USB will be quick to...
  11. M

    Official GBAtemp Review GuliKit Route+ Pro Official GBAtemp Review

    Yup, also came with a really nice case. https://imgur.com/a/C3o4hsX
  12. M

    Homebrew RELEASE Noexs Remote Debugger

    See the first few seconds of this video: Shows you how to attach to a process
  13. M

    Homebrew RELEASE Noexs Remote Debugger

    You have javafx, you need to attach to a process before debugging. Noexes is module 349, and see here for what each error means: https://github.com/mdbell/Noexes/blob/master/server/source/noexs/include/errors.h#L17 Java has made a bunch of changes in 11, to make it modular. Updating to 11 is on...
  14. M

    Homebrew RELEASE Noexs Remote Debugger

    Cellphone and tablet lol. I should be able to get a new one up and running in late January/early Febuary.
  15. M

    Homebrew RELEASE Noexs Remote Debugger

    Doesn't need to be connected via usb at all,it all functions over your network. Before my computer died I was working on usb support though
  16. M

    Homebrew RELEASE Noexs Remote Debugger

    Not right now no, my power supply killed itself a couple weeks ago and took pretty much the rest of my computer with it. Once I get a new system setup I'll get back to working on Noexes, just may be a while. Switch doesn't need to be connected when searching for pointers, and if that list gets...
  17. M

    Homebrew RELEASE Noexs Remote Debugger

    Not yet, been busy the past week or so. I'll start work on it as soon as I can. Thank you! I do eventually plan to integrate some sort of float searching, just like I said above I've been super bisy.
  18. M

    Homebrew RELEASE Noexs Remote Debugger

    Install java 10, 11 is currently unsupported
  19. M

    Homebrew RELEASE Noexs Remote Debugger

    Other then switching from javafx to another ui framework (like swing), I'm not sure. I do use some newer java stuff but I can try to backport it to make it compatible with older jdks. Can you open an issue on GitHub? Make it a lot easier to keep track of stuff like that.
  20. M

    Homebrew RELEASE Noexs Remote Debugger

    Uh no, he clearly was using noexes to create a dump when it happened. @Stoned that's an issue with the way that memory regions get computed (the partial dumps instead of full dumps), I need to add a check in to make sure addresses are within valid ranges. It most likely occured because the game...
General chit-chat
Help Users
    Bunjolio @ Bunjolio: a