Linux commands

Monday, March 13, 2017

How to enable ASLR of an exe


Command to enable the ASLR for an EXE

By using editbin.exe you can change the exe to support the ASLR.

ebitbin.exe can get from visual studio bin location (C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin)


C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>editbin /DYNAMICBASE  C:\Exename.exe

No comments:

Post a Comment