Homebrew Anyone bricked with arm9loaderhax?

  • Thread starter Thread starter fetrash
  • Start date Start date
  • Views Views 12,088
  • Replies Replies 99
Which guide did you use?
I used this one first, and managed to get my OTP without much issues. I did the Old 3DS - No Cubic Ninja version. Then I compiled arm9loaderhax using this guide; I had to use PyCrypto 32-bit for Python 2.7 or i'd get a make error for some reason. Then I tested it using the test binary and finally set it up with AuReiNand.
 
Or maybe the hex of it. If Simeone that has both 3dsx and otp want to check, try schercing in the installerà with an hex editor the same hex values of the otp.bin
Yes every file is viewable as an hex, I'll let you know
 
Or maybe the hex of it. If Simeone that has both 3dsx and otp want to check, try schercing in the installerà with an hex editor the same hex values of the otp.bin
Nope, the hex of the OTP is no where in the hex of the .3dsx
 
Nope, the hex of the OTP is no where in the hex of the .3dsx
Try searching with advanced correlators, or even only some bits of it
Or check for the hash who knows

--------------------- MERGED ---------------------------

with open(sys.argv[2], "rb") as otpFile:
hash = SHA256.new()
otpData = otpFile.read(0x90)
hash.update(otpData)
keyX = ''.join(hash.hexdigest()[0:32])
keyY = ''.join(hash.hexdigest()[32:64])
normalKey = rol((rol(int(keyX, 16), 2, 128) ^ int(keyY, 16)) + 0x1FF9E9AAC5FE0408024591DC5D52768A, 87, 128)
print normalKey

If you can create a reverse function of it then you can extract some parts of the otp
 
Last edited by Mazamin,
I got stuck on firm 2.1 from a wrong nand dump lol
But thats it. Sucessfully got OTP.
 
I dont need it.... I.... dont... need it.....
no...
aaaah why is this so tempting
I did it to my N3DS(no hardmod) using my crappy toshiba tablet in my car while eating Taco Bell. It's not that hard. I didn't even follow the instructions exactly as written. I read through them and could see where they were going with it.
 
I did it to my N3DS(no hardmod) using my crappy toshiba tablet in my car while eating Taco Bell. It's not that hard. I didn't even follow the instructions exactly as written. I read through them and could see where they were going with it.
510871.PNG

(This could be referring to either not using a hardmod, doing it on a tablet instead of a PC, or eating Taco Bell)​
 

Site & Scene News

Popular threads in this forum