xbox-kernel/private/ntos/bootx/romdec/dostest/runtest/testenc.cmd
2020-09-30 17:17:25 +02:00

8 lines
145 B
Batchfile

copy %1.enc in.bin > nul
del out.bin
..\dostest.com
echo Comparing decrypted %1.dec to %1.org
copy out.bin %1.dec > nul
fc %1.dec %1.org