windows - Adjusting Executable Entry-point -
i attempting alter entry-point of portable executable (pe) execute code instead. here have done.
- enlarged .text section, i.e. virtualsize equal sizeofrawdata
- inserted shellcode @ file offset 1340 (rva 3140)
cc int 3
(attaches debugger) - set entry-point 3140
problem: executable not call code. instead, produces shim error.
Comments
Post a Comment