Search results

  1. D

    Hacking Sm4shCommand -- Smash 4 Moveset Editor

    Haven't been working on it much. WiiU scene needs fully working breakpoints before I really can give into it. I will build an SD loader and then I am pretty much done...Zzz
  2. D

    Hacking Sm4shCommand -- Smash 4 Moveset Editor

    Good job! Have people been testing files ingame for you Sammi?
  3. D

    Hacking Wii U 5.5.0+ Research & Development (As well as IOSU)

    Just wanted to remind you that I still have multiple WiiU's on different system versions sitting around.
  4. D

    Hacking [SM4SH] For anyone with lots of knowledge on the game, a question.

    http://opensa.dantarion.com/s4/mastercore3/dump/160/miifighter
  5. D

    Hacking [SM4SH] For anyone with lots of knowledge on the game, a question.

    Most likely its something hardcoded in ASM directly in the rpx, since the costume stuff isn't in the moveset files itself. And as of right now, no one is looking into the rpx but me and I'm more worried about trying to make a SD/Net file patch code than anything else.
  6. D

    Hacking Wii U Hacking & Homebrew Discussion

    Think of it this way. Every single WiiU app has a list of permissions, handled mostly by IOSU. Apps can't access what they don't need to. Browser can't access SD. MiiMaker can. Most games can't. Sm4sh can. By injecting code into a process that is already authenticated, you can get access to...
  7. D

    Homebrew Official nnu-patcher - a patcher to temporarily use the eShop

    if you have the CDN blocked you can't download the games
  8. D

    Hacking Wii U Hacking & Homebrew Discussion

    There's no way for anyone to know that doing that would cause a softlock to others either. While I think that going around with unreleased content and showing off online isn't really the best, I doubt the person that did this was aware that they were corrupting saves. With Project M one of the...
  9. D

    Hacking Wii U Hacking & Homebrew Discussion

    In WiiMode all that hardware is OFF
  10. D

    Hacking Wii U Hacking & Homebrew Discussion

    Patch it in the pyGecko entry point, it runs after rpx load but before it runs.
  11. D

    Hacking Wii U Pointer Search

    I could probably add this to my WiiU side search... You should post source to this also instead of just a compiled app for something so simple
  12. D

    Hacking Wii U Hacking & Homebrew Discussion

    I would call the part that runs on the PC the gecko codehandler... pyGecko is NWP's PC side thing, and is called that because it is written in Python.
  13. D

    Hacking Post your WiiU cheat codes here!

    No one but you seems to have working breakpoints though. I would love some pointers on that, I made a nice exception handler for the codehandler, but got stuck in a few areas on breakpoints.
  14. D

    Hacking Wii U Hacking & Homebrew Discussion

    Nope! It runs locally on the computer that is on the same network with the WiiU. I did actually code it to support a "FakeGecko" interface that I use for testing when I can't get to my WiiU, but im not ready to publish it yet. In fact, it can't even be used by other people that have the exploit...
  15. D

    Hacking Wii U Hacking & Homebrew Discussion

    I made a webGUI that uses NWPlayer123's pyGecko library to provide a web based UI to poke around. It uses the same codehandler, but I am adding features to it to make it better. For example, WiiU side search! Normally, on Wii, GeckoDotNet would dump all of the Wii's memory, search through the...
  16. D

    Hacking Wii U Hacking & Homebrew Discussion

    wip, disassembly tab not done. http://i.imgur.com/rznNlCE.png
  17. D

    Hacking Wii U Hacking & Homebrew Discussion

    Screenshots should be possible. we would hook the end of whatever command refreshes the framebuffer, then copy the framebuffer someplace where we can take our time sending it over tcpgeckos socket. Might be harder than that, but we don't have to go for speed, TCPGecko is already fast compared...
  18. D

    Hacking Wii U Hacking & Homebrew Discussion

    I've been making great progress on a lot of neat things, my exception handler can now be used to create ghetto breakpoints. It still lacks some features, but I am aiming to overhaul thecodehandler that handles all the WiiU<->PC connectivity in the next few days.
  19. D

    Hacking Wii U Hacking & Homebrew Discussion

    https://www.dropbox.com/s/3629zwez8k6eki8/20150806_162719.jpg?dl=0 wrote a nice exception handler today :P