PowerShellArsenal
PowerShellArsenal copied to clipboard
Error undecorating symbols in Get-LibSymbols.ps1
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.