PowerShellArsenal icon indicating copy to clipboard operation
PowerShellArsenal copied to clipboard

Error undecorating symbols in Get-LibSymbols.ps1

Open gkantsidis opened this issue 9 years ago • 0 comments

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.

gkantsidis avatar Jun 10 '16 10:06 gkantsidis