Code: Select all
> Get-PESecurity -File "C:\Program Files\Everything\Everything.exe"
FileName : C:\Program Files\Everything\Everything.exe
ARCH : AMD64
DotNET : False
ASLR : False
DEP : False
Authenticode : True
StrongNaming : N/A
SafeSEH : N/A
ControlFlowGuard : False
HighentropyVA : False
@void, would it be possible to compile with
/DYNAMICBASE /NXCOMPAT /guard:cf
Relevant links:
- https://docs.microsoft.com/en-us/cpp/bu ... ew=vs-2019
- https://docs.microsoft.com/en-us/cpp/bu ... ew=vs-2019
...And thank you for an excellent tool!