camden-smallwood/pdb-decompiler

Panicked: Unhandled characters in build info arg:

Wolfleader101 opened this issue · 2 comments

Hello,

When I try to run, I get the following error

    Finished release [optimized] target(s) in 11.83s
     Running `target\release\pdb-decompiler.exe --out=./out/ --pdb=test.pdb`
thread 'main' panicked at 'Unhandled characters in build info arg: 'analyze-'', src\cpp\module.rs:507:32
stack backtrace:

Hello, this is a result of the WIP module argument parsing, it should be fixed now.

Thanks Mate!