Skip to content

axstin/reloc-rebuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reloc-rebuilder

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

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

About

A relocations rebuilder for Windows executables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published