portable-executable

How to enable ASLR of an exe file

How to enable ASLR of an exe file Question: I have wrote a simple python script (just a message box) and make it executable using pyInstaller. I want to load that exe file reflectively using Powershell script Invoke-ReflectivePEInjection.ps1 but powershell is throwing an error (PE file does not support ASLR ) Is there any way …

Total answers: 2