ProtectMyTooling icon indicating copy to clipboard operation
ProtectMyTooling copied to clipboard

Fixed wrong relocation size variable name

Open an0x03e8 opened this issue 2 years ago • 0 comments

Redbackdoorer.py seemed to have a typo in the relocation size variable name. When running the tool with the option to append shellcode to the PE file in a new PE section (x,2), the run would fail as the variable relocsSize was not found. Just couple of lines above in the code the relocation size variable is defined and used with the name sizeOfReloc.

Run error: image

an0x03e8 avatar Mar 23 '23 11:03 an0x03e8