(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 !)