3DSTool works better for this.Can some one help me extract the exefs file with ctrtool?
ctrtool.exe --content=Content Game.cia
3dstool.exe -xvtf cxi Content.0000.* --header NCCH.Header --exh DecryptedExHeader.bin --exefs DecryptedExeFS.bin --romfs DecryptedRomFS.bin --logo Logo.bcma.LZ --plain PlainRGN.bin
3dstool.exe -xvtf exefs DecryptedExeFS.bin --exefs-dir ExtractedExeFS --header ExeFS.Header
3dstool.exe -xvtf romfs DecryptedRomFS.bin --romfs-dir ExtractedRomFS
sry i did not word that right i meant to say that i already have the exefs form a braindump i just need to unpack it.3DSTool works better for this.
Make sure the CIA is decrypted first. You can use Decrypt9 to decrypt it.
That will extract all the contents of Game.cia including unpacking the ExeFS/RomFS.Code:ctrtool.exe --content=Content Game.cia 3dstool.exe -xvtf cxi Content.0000.* --header NCCH.Header --exh DecryptedExHeader.bin --exefs DecryptedExeFS.bin --romfs DecryptedRomFS.bin --logo Logo.bcma.LZ --plain PlainRGN.bin 3dstool.exe -xvtf exefs DecryptedExeFS.bin --exefs-dir ExtractedExeFS --header ExeFS.Header 3dstool.exe -xvtf romfs DecryptedRomFS.bin --romfs-dir ExtractedRomFS
Then this line is all you need:sry i did not word that right i meant to say that i already have the exefs form a braindump i just need to unpack it.
thanks for the helpThen this line is all you need:
3dstool.exe -xvtf exefs DecryptedExeFS.bin --exefs-dir ExtractedExeFS --header ExeFS.Header
Put 3dstool.exe and DecryptedExeFS.bin in a directory and run that command from the same directory.
