PowerShellArsenal
PowerShellArsenal copied to clipboard
A PowerShell Module Dedicated to Reverse Engineering
Works slow with huge files. Fastest way (`pwsh` is required): ```powershell using namespace System.Reflection.Emit Set-Alias -Name ent -Value Get-Entropy function Get-Entropy { [CmdletBinding()] param( [Parameter(Mandatory)] [ValidateNotNullOrEmpty()] [Byte[]]$Bytes ) process {...
Bad example command (#9).
On my Windows 10 box I opened a Powershell session and a Cmd session in both of which I changed the current working directory with "cd Desktop". Now I do...
In Line 241 of Get-LibSymbols.ps1 the call: [COFF.Functions]::UnDecorateSymbolName( .... should be (?): [COFF2.Functions]::UnDecorateSymbolName( .... (use COFF2 instead of COFF). Btw, thanks for making the project available.
Hi! I execute command with Administrator privileges, thanks for all! My PowerShell Version : 5.0.10586.122 in Windows 10 64bits **PS C:\WINDOWS\system32> $AllPEBs = Get-Process | Get-PEB Get-PEB : Unable to...