- 克隆这个repo PESecurity
-
开一个powershell窗口,导入该模块
1
Import-Module .\Get-PESecurity.psm1
-
在Powershell里调用该模块检查文件PE属性
1 2
Get-PESecurity -file C:\Windows\System32\kernel32.dll Get-PESecurity -directory C:\Windows\System32\
开一个powershell窗口,导入该模块
1
Import-Module .\Get-PESecurity.psm1
在Powershell里调用该模块检查文件PE属性
1
2
Get-PESecurity -file C:\Windows\System32\kernel32.dll
Get-PESecurity -directory C:\Windows\System32\