BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)
Other
372 stars 59 forks source link

Refactor C signature parser to use GNU flex/bison #153

Closed ceeac closed 5 years ago

ceeac commented 5 years ago

This also fixes some memory leaks and a bug where the signature parser would mistake unsigned integral types for signed integral types.