返回列表 发帖
---------------------------------------
链接: https://pan.baidu.com/s/13DAZ6CN5J5HYix7Sow6XDw 提取码: r854
http://www.kuwanger.net/misc/hexalter.shtml
---------------------------------------
  1. hexalter file address=byte[,byte,...] [...]
复制代码
For example:

hexalter foo.txt 0x4=1,2,3 0x20=0xa0 0xff=4 0x1ffffffff=32

Changes:

address    | new value
-----------------------
4          | 1
5          | 2
6          | 3
32         | 160
255        | 4
8589934591 | 32
1

评分人数

TOP

返回列表