reloc-rebuilder
is a tool for rebuilding or constructing relocation data from differently-based dumps of a Windows x86/x64 executable. Inspired by ReloX.
usage: reloc-rebuilder [options] pe_file1 pe_file2 ...
Construct a .reloc section from differently-based PE (Portable Executable) images. Each image should have at least one section with
matching Name, SizeOfRawData, and VirtualSize fields. Unless --raw is specified, the output file is a copy of the first provided
image with the new .reloc section appended.
options:
-h, --help print usage
-o, --output filename the output file name (default: "rr-output.bin")
-r, --raw specifies raw section output