Closed wargio closed 1 year ago
By the way, I wonder if we should make it optional in the API. Make some structure (will allow us to be future-proof with the API) - RzDemangleOpts
, which will have bool simplify
when calling the API. What do you think?
Adds an option to simplify or not standard libraries.
Also simplifies now C++ STD lib (only known typdefs).
Fix #47