资源介绍
format(zeu-Q:136918909 v2):
-f [file path: d:\test.bin,0x200,0xff "d:\test1.bin",128,99]
-o [out file path: d:\test.c]
-s [set bin value: 0x2000,55,55,0xaa,0xaa]
-d [Delete backup]
eg:
Truncate the first 100 bytes
binset.exe -f app.bin,100
Merge
binset.exe -f boot.bin app.bin
binset.exe -f boot.bin app.bin -o result.bin
Merge and fill 0xff
binset.exe -f boot.bin,3000,0xff app.bin
binset.exe -f boot.bin,3000,0xff app.bin -o result.bin
binset.exe -f boot.bin,0x3000,0xff app.bin,2000,0xaa -o result.bin
binset.exe -f boot.bin,0x4000,0xff app.bin,2000,0xaa -o result.bin
Modify the binary at 0 or 0x3000
binset.exe -f app.bin -s 0,0xff,0xff,0xff,0xff
binset.exe -f app.bin -s 0x3000,0x55,0xaa,1,2,3,4
Modify and delete backups
binset.exe -f app.bin -s 0,0xff,0xff,0xff,0xff -d
Merging and fill and modifying the binary at 0x3000
binset.exe -f boot.bin,0x3c00,0xff app.bin -s 0x3c00,0xaa,0xaa,0x55,0x55
binset.exe -f boot.bin,0x3c00,0xff app.bin -o result.bin -s 0x3c00,0xaa,0xaa,0x55,0x55
- 上一篇: SET_AHK.exe
- 下一篇: Set-up.exe