bloodzer0
56
2024-07-13
日常不稳定更新系列
PESecurity GitHub地址:https://github.com/NetSPI/PESecurity
一个Powershell的模块,用来检查EXE/DLL文件编译选项,包括:ASLR, DEP, SafeSEH, StrongNaming, Authenticode。
ASLR
DEP
SafeSEH
StrongNaming
Authenticode
Import-Module .\Get-PESecurity.psm1
bianyi_check_1