ZingBallyhoo

Results 3 issues of ZingBallyhoo

Not sure how much you've looked into this but I made a standalone prototype that attempts reconstructs exception handling semantics from x64 binaries compiled with vs2019. Seems to work pretty...

enhancement
area:analysis
container:pe
arch:x86

can be seen on the created ast in https://github.com/Washi1337/Echo/blob/master/test/Core/Echo.Ast.Tests/AstParserTest.cs#L293 ![image](https://user-images.githubusercontent.com/13888932/128747446-b1f05e5c-6488-4a71-b165-5927a0633adb.png) blue box: variable is assigned twice red box: use of undefined variable --- I am also seeing a KeyNotFoundException at...

bug
ast

Not sure if there's any interest in taking this change, but hey, its here for anyone who needs it :) Notes: - The library is now compatible with trimming &...