Demangler Plugins #467
Labels
Component: API
Issue needs changes to the API
Component: Core
Issue needs changes to the core
Component: Demangler
Effort: Medium
Issue should take < 1 month
Impact: Medium
Issue is impactful with a bad, or no, workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
Milestone
Provide a generic API for users to add their own name demanglers to be run during analysis. This can currently be done after the fact, but it would be nice if it could be integrated.
We should provide two api's, Demangle() and DemangleToType()
The DemangleToType() api will return a BNType object containing a type tree for the given type, Demangle() will simply return a string.
The text was updated successfully, but these errors were encountered: