mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
65ebaea880
Get-PEHeader is a 32 and 64-bit in-memory and on-disk PE parsing utility. PETools is now a PowerShell module that can be loaded with `Import-Module PETools`
4 lines
176 B
PowerShell
4 lines
176 B
PowerShell
# Pull in all of the PE Tools
|
|
. (Join-Path $PSScriptRoot Get-PEHeader.ps1)
|
|
. (Join-Path $PSScriptRoot Get-DllLoadPath.ps1)
|
|
. (Join-Path $PSScriptRoot Get-PEArchitecture.ps1) |