- Notifications
You must be signed in to change notification settings - Fork6
ASLR Disabler (x86 / x64) - Little utility for disabling the ASLR on PE files
License
adamhlt/ASLR-Disabler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
___ _____ __ ____ ____ _ __ __ / | / ___// / / __ \ / __ \(_)________ _/ /_ / /__ _____ / /| | \__ \/ / / /_/ / / / / / / ___/ __ `/ __ \/ / _ \/ ___/ / ___ |___/ / /___/ _, _/ / /_/ / (__ ) /_/ / /_/ / / __/ / /_/ |_/____/_____/_/ |_| /_____/_/____/\__,_/_.___/_/\___/_/ ASLR Disabler (x86 / x64) Little utility for disabling the ASLR on PE files
ASLR Disabler is a little utility to disable PE ASLR by just drag and drop the PE file.
The UI of ASLR Disabler is based on one of my other project,ImGUI Standalone.
The start of goal of this project was to easily disable ASLR on PE dumps, to make them run.
ASLR Disabler works with x86 and x64 PE.
Note
Make sure thatDXSDK_DIR is declared in your environment variables.
To see your environment variables :
Settings --> System --> About --> System Advanced Settings --> Environment Variables
- Open the solution file (.sln).
- Build the project in Release (x86 or x64)
Every configuration in x86 / x64 (Debug and Realese) are already configured with librairies and includes.
Warning
If you have any linking error when compiling make sure that you have correctly install DirectX SDK.
Demo.mp4
About
ASLR Disabler (x86 / x64) - Little utility for disabling the ASLR on PE files