cpp_demangle
cpp_demangle copied to clipboard
Documentation for structured demangling
I need to get the resulting AST from a demangle for usage in reverse engineering. I'm struggling to figure out how to actually do this, since no API surface seems to actually return the AST tree and there's no working example of how to do so.