ROM Hack [Release] 3DS_CTR_Decryptor-VOiD

  • Thread starter Thread starter Relys
  • Start date Start date
  • Views Views 649,265
  • Replies Replies 2,226
  • Likes Likes 30
fxpX6h2.png


For Download Link check the main thread: http://gbatemp.net/threads/release-3ds_ctr_decryptor-void.370684/
 
python2
devkitARM
openssl (if you want GW encrypted launcher)
Trying to compile using the command line "C:\devkitPro\msys\bin\make" from a cmd window in the folder with the source gives the error
Code:
arm-none-eabi-gcc -Os -Wall -marm -mcpu=arm946e-s -march=armv5te -mlittle-endian -fshort-wchar -fno-zero-initialized-in-bss -Iinclude -c source/crypto.c -o source/crypto.o
make: arm-none-eabi-gcc: Command not found
make: *** [source/crypto.o] Error 127

What am I doing wrong?
 
So I have to compile it myself?
Why not load the key from an external file? More convenience than compiling.
http://filetrip.net/dl?gKNbnpNF7V

Just search "01 02 03 04" and replace the key at that location in a hex editor.

or:

It's address 0x24A4
copy it there. (cnrl + B, paste overwrite)

If you did it right the new crc32 will be e08f7ec5.
 
Code:
make: C:\devkitPro\devkitARM\bin\arm-none-eabi: Command not found

:|

you need to edit the makefile itself (it can be open with notepad++) theres a line called PREFIX=arm-none-eabi you need to change it to PREFIX=C:\devkitPro\devkitARM\bin\arm-none-eabi
 

Site & Scene News

Popular threads in this forum