Recent content by SliverSrufer

  1. S

    Homebrew RELEASE Noexs Remote Debugger

    There is a way, I'd need to fork the repo and implement it (or someone else can do it) My programming and java skills aren't great.
  2. S

    Homebrew RELEASE Noexs Remote Debugger

    Thanks, I just made the kip from source with the updated net.cpp and I will test it out later.
  3. S

    Homebrew RELEASE Noexs Remote Debugger

    Probably same crash I get as well. Also I was thinking of implementing a quick search function, and have the switch just dump the known matching addresses (do the comparison via the switch) instead of dumping the whole ram and comparing there. It would reduce the total download considerably.
  4. S

    Homebrew RELEASE Noexs Remote Debugger

    My switch crashes when trying to set up the connection to my 5ghz network when using this kip for some reason. I just loaded stock fw and set up the connection then rebooted to cfw with this and sigpatches and that works. Also had another just random crash not doing anything. Also I need a...
  5. S

    Hacking RELEASE CTCaer Hekate that can automatically patch FS KIP1

    Question, would a memory patch of the ES service to handle fake tickets to do backup loading/installs be prohibited from being posted on GBATemp? I'm not talking about posting a patched nintendo binary, just something like the memory offsets and patch values.
  6. S

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Sigpatches work for me with this on hekate FYI. I was looking at the cheat engine server and it looks like it might not be too hard to port to switch as it has arm64 already. https://github.com/cheat-engine/cheat-engine/blob/master/Cheat%20Engine/ceserver/ceserver.c
  7. S

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    I was thinking of working on a pc client for this. It could dump the ram to the pc and have it track all the changes remotely if that makes sense.
  8. S

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    You have to use netcat to connect. I managed to add searching u8 support and compiled and it works but still cant find the variable im looking for in game lol.
  9. S

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    this is much faster than nswitchdebugger and no crashing while searching. The only thing I need added though is searching for u8 or 1 byte.
  10. S

    Homebrew RELEASE sys-netcheat - Simple open-source cheat-engine.

    Nice!, this looks better than the nswitchdebugger. Although the nswitchdebugger has a background hook I think and you can load a cheat file to constantly write to an address every second.
  11. S

    ROM Hack [Request] Tutorial on how to use NSwitchdebugger on SX games

    Download https://github.com/tumGER/SDFilesSwitch Place it on the root of your SD Extract NSwitchDebugger_v0.5.8 Copy and overwrite all contents of the folder to the root of the SD card Open hekate_ipl.ini on sd card. Add this line under [NSDebugger] and [NSDebugger_kip] and...
  12. S

    ROM Hack [Request] Tutorial on how to use NSwitchdebugger on SX games

    Yep, I'm on 5.8. Still freezing. If anyone can find the value for reputation failures left in octopath and tell me the location I would be grateful. TIA.
  13. S

    ROM Hack [Request] Tutorial on how to use NSwitchdebugger on SX games

    I think I know why the searches crash the switch. I think it’s saving results to the sd card as it finds matches. I’m searching for the number 5 or one byte 0x05 through all the game memory and it is getting a few million hits. I tried to load octopath again and it said the files were corrupt on...
  14. S

    ROM Hack [Request] Tutorial on how to use NSwitchdebugger on SX games

    I just want to say I got this working with hekate sig patches. Although often when I do searches the console freezes up and sometimes it spits out garbled text. I'm looking for the reputation failure limit in octopath. I can't imagine it being more than a byte because you get max 5 tries before...
  15. S

    Hacking RELEASE CTCaer Hekate that can automatically patch FS KIP1

    Has anyone tested this with nswitchdebugger? All you have to do is add kip1patch=nosigchk to the hekate.ini of the nswitchdebugger version hekate.ini(as well as use this payload). Also does anyone know if nsp games installed using sxos will run when using this patch?