Can Enigma implement ASLR and ROP ?
Posted: Thu May 08, 2025 4:14 pm
Does Enigma Protector can counter hackers actions such as ROP attacks , Control Flow and Start stack attacks ?
Since Microsoft's EditBin.exe can implement ASLR, DEP through use of the following scripts :
EDITBIN /DYNAMICBASE /NXCOMPAT /GUARD:CF MyProg.exe
Does Enigma have these similar counter measures ? so that there is NO need to use EditBin.exe before protecting
my program using Enigma.
Since Microsoft's EditBin.exe can implement ASLR, DEP through use of the following scripts :
EDITBIN /DYNAMICBASE /NXCOMPAT /GUARD:CF MyProg.exe
Does Enigma have these similar counter measures ? so that there is NO need to use EditBin.exe before protecting
my program using Enigma.