and now, *hax 2.6. hopefully it works, because I had to manually merge everything that was added in 2.6.
http://ihaveamac.github.io/ninjhax2.x/
supposed to add support for 9.6-encrypted titles, but XMLs have to be generated once for each game, based on the game's decompressed code.bin. smealum doesn't want to maintain a database of them so I started a repo containing some on GitHub.Since when is there hax 2.7 and what does it improve on?
I guess we need a mini tutorial of how to get the code.bin from 9.6+ titles?supposed to add support for 9.6-encrypted titles, but XMLs have to be generated once for each game, based on the game's decompressed code.bin. smealum doesn't want to maintain a database of them so I started a repo containing some on GitHub.
ctrtool.exe -t exefs --exefsdir=./exe DecryptedExeFS.bin --decompresscode
this is actually the correct way to do it, assuming the CIA is fully decrypted. you can even decrypt it yourself if you have 9.2 or lower + seeddb.bin (you can generate one with Decrypt9, or get one online somewhere).But I don't know how I could get a 9.6+ code.bin, and using ctrtool on a cryptofixed cia doesn't seem the correct way to do it.
ctrtool --contents=contents game.cia
ctrtool --exefsdir=exefs/ --decompresscode contents.0000.xxxxxxxx
# (--decompresscode might not be needed here, it might do it automatically?)
python 96crypto_dbgen.py code.bin > tid.xml

I knowwww but I noticed I didn't finish moving everything from 2.6, and since you were so close to releasing 2.7 I decided to include that as well. then it happened to be delayed for update data and I didn't really want to wait longer since it wasn't really "2.6" that I had released (specifically https://github.com/smealum/ninjhax2.x/pull/5 was missing I think)but it's not readyyyyyyyy
use svdt or something to replace "payload.bin" in the saveAlright, a question. I have 10.3 3DS with Ironhax, how do I use the updated otherapp with it?
Otherapp or ropbin? (Wouldn't want to mess up and rid myself of an exploit)use svdt or something to replace "payload.bin" in the save
you want "otherapp"Otherapp or ropbin? (Wouldn't want to mess up and rid myself of an exploit)
Well, seems I have another problem now. Both SaveDataManager and svdt fail to copy the new payload. While the first one throws an error for split second before quitting, svdt shows a bit more:you want "otherapp"
if you're worried about messing up, well you still have browserhax (and yes can get around the update nag). you can also downgrade to 9.2.
maybe. I've never tried it because ironhax isn't really used that much anymore.Well, seems I have another problem now. Both SaveDataManager and svdt fail to copy the new payload. While the first one throws an error for split second before quitting, svdt shows a bit more:
"! Error writing file. [result code c86044cd] (You may be running out of save space!)"
Is it possible that the new payload is too big for ironfall?