rizinorg / rz-libdemangle

Rizin Library to demangle symbols
7 stars 6 forks source link

Add option to simplify known standard libs #48

Closed wargio closed 1 year ago

wargio commented 1 year ago

Adds an option to simplify or not standard libraries.

Also simplifies now C++ STD lib (only known typdefs).

Fix #47

XVilka commented 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?