Relocation Section Editor Tool
该程序允许您编辑任何 PE 文件中的重定位表。
特征:
- 阅读搬迁表。
- 添加新条目
- 编辑您想要的任何条目
- 删除条目
- 自动填充
- 显示重定位表的实际/最大大小
- 保存在文件中
迷你教程:
1) 用 OllyDbg 编辑你的 DLL 以获得你想要的代码
2) 修复任何使用地址的 OpCode 的地址(使用 WinDasm 或 IDA
或其他静态反汇编程序,用于获取真实地址而不是已重定位的地址。)
3)添加每个新地址并编辑您使用“Relocation Section Editor”修改的地址
4) 测试您的新 DLL 并享受!
(This program allows you to edit the relocation table in any PE file.
Features:
- Read the Relocation Table.
- Add new entry
- Edit any entries that you want
- Remove an entry
- Automatic padding
- Show the actual/maximum size of Relocation table
- Save in the file
Mini tutorial:
1) Edit your DLL with OllyDbg for the code that you want
2) Fix the address of any OpCode which works with an address (Using WinDasm or IDA
or an other static disassembler for obtain the real address and not the address already relocated.)
3) Add each new address and edit that you modify with "Relocation Section Editor"
4) Test your new DLL and enjoy !)
页:
[1]