What file was it your were extracting? .3DS, .CIA, or .CIX?How do I extract then rebuild the contents of DecryptedExeFS.bin ?
3dstool -xvtf exefs exefs.bin --exefs-dir exefs --header exefsheader.bin # extract
3dstool -cvtf exefs exefs.bin --exefs-dir exefs --header exefsheader.bin # create
https://github.com/dnasdw/3dstool/releases
there's probably some gui program out there that does it, I don't know of.Code:3dstool -xvtf exefs exefs.bin --exefs-dir exefs --header exefsheader.bin # extract 3dstool -cvtf exefs exefs.bin --exefs-dir exefs --header exefsheader.bin # create
if you need to make your own exefs header, this might help: http://www.3dbrew.org/wiki/ExeFS
How do I extract then rebuild the contents of DecryptedExeFS.bin ?
https://gbatemp.net/threads/tutorial-decrypt-3ds-get-romfs-folder-for-noobs.432987/How do I extract then rebuild the contents of DecryptedExeFS.bin ?