twl_firm_patcher/scripts/patch_firm_bin.cmd
2016-08-16 14:05:28 +02:00

6 lines
188 B
Batchfile

@@Echo off
python build_firm_bin_from_twlbg_cxi.py --cxi loader/twlBg_patched.cxi --firm ExeFS/code.bin --out patched_firmware_twl.bin
ctrtool.exe -it firm patched_firmware_twl.bin
pause