yeah gonna do it right now
Btw, your new exinjector is broken, using this even games that earlier worked crashes on starting > turn 3ds off.
yeah gonna do it right now
very interesting... thanks!Btw, your new exinjector is broken, using this even games that earlier worked crashes on starting > turn 3ds off.
What? did this version work for you? did you spoof the fw?I downloaded the latest one and it works fine now. Whatever you did recently fixed it because I downloaded it straight from the topic last night and it still did it. Thanks!
cd /d "%~dp0"
ctrtool --exheader temp\extracted\exheader.bin --romfs temp\extracted\romfs.bin --exefsdir temp\exefs --logo temp\extracted\logo.bin %1
notepad RSF.rsf
makerom -f cci -target t -desc app:3 -rsf RSF.rsf -romfs temp\extracted\romfs.bin -logo temp\extracted\logo.bin -exheader temp\extracted\exheader.bin -code temp\exefs\code.bin -icon temp\exefs\icon.bin -banner temp\exefs\banner.bin -alignwr -o temp\compiled.3ds
exinjector -rom temp\compiled.3ds -exheader temp\extracted\exheader.bin -sd
makerom -target t -ccitocia temp\compiled.3DS -o "%~dp1%~n1.cia"
cd temp
del compiled.3ds
cd extracted
del *.bin
cd ..
cd exefs
del *.bin
pause
the weirdest part is that I didn't touch the command-line parsing code... only the fw spoofing patchI was using the batch file contained in the csu-to-cia release someone posted (sorry can't remember who and the search is too stingy) and the code is like this:
I added -fwspoof to the end of the exinjector line last night and it was throwing up "too many arguments". If I clicked ok, it just kept going with the conversion. I re-downloaded exinjector after you replied to my post and dropped the csu on the batch and it didn't throw the error. I am trying to make a playcoinsetter that works on the 4.5 cfw (not Gateway) for someone else so I can't actually test if it worked until they get back to me.Code:cd /d "%~dp0" ctrtool --exheader temp\extracted\exheader.bin --romfs temp\extracted\romfs.bin --exefsdir temp\exefs --logo temp\extracted\logo.bin %1 notepad RSF.rsf makerom -f cci -target t -desc app:3 -rsf RSF.rsf -romfs temp\extracted\romfs.bin -logo temp\extracted\logo.bin -exheader temp\extracted\exheader.bin -code temp\exefs\code.bin -icon temp\exefs\icon.bin -banner temp\exefs\banner.bin -alignwr -o temp\compiled.3ds exinjector -rom temp\compiled.3ds -exheader temp\extracted\exheader.bin -sd makerom -target t -ccitocia temp\compiled.3DS -o "%~dp1%~n1.cia" cd temp del compiled.3ds cd extracted del *.bin cd .. cd exefs del *.bin pause
the weirdest part is that I didn't touch the command-line parsing code... only the fw spoofing patch
Well, there's a very good reason nothing is patched on "Attack of the Friday Monsters! A Tokyo Tale".Btw, your new exinjector is broken, using this even games that earlier worked crashes on starting > turn 3ds off.

Can you make a revision of exinjector which allows to inject encrypted exheaders in encrypted rom ? Thanks.
Btw, exheader offset is always fixed in rom? If so which one? Is it the same for both cci and cia?
I think your "choice.exe" has no path and can't be triggered. To test it, you can open cmd and type "choice". When it fails, add a path to c:\windows\system32
