jstrosch / sclauncher

A small program written in C that is designed to load 32/64-bit shellcode and allow for execution or debugging. Can also output PE files from shellcode.
MIT License
120 stars 10 forks source link

Disable ASLR in the generated PE file #3

Closed jstrosch closed 7 months ago

jstrosch commented 7 months ago

This would be a simple modification to the PE headers and allow for the PE file produced from the shellcode to be at the default image base. Could be driven by a command line argument.

jstrosch commented 7 months ago

Added with v0.0.4 commit 50524d2aa17b7fbebf2be871425547d3e3c1e8c0