52ky 发表于 2021-4-22 19:08:05

PE32.Relocate.V0.1

PE32.Relocate.V0.1,使用方法:reloc.exe-f<FILE>-b<IMAGEBASE>
<FILE>=要重新定位的PE32文件的路径
<IMAGEBASE>=重新定位文件的新IMAGEBASE

例子:
reloc.exe-fCrackme.exe-b00410000个

(How to use:
reloc.exe -f<FILE> -b<IMAGEBASE>
<FILE> = Path to PE32 file to relocate
<IMAGEBASE> = New ImageBase for relocated file

Example:
reloc.exe -fCrackme.exe -b00410000)



页: [1]
查看完整版本: PE32.Relocate.V0.1