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.