ex0dus-0x / ex0dus-0x/fuzzable
Demangle C++ symbols for binary analysis
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 549
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I made a mistake in forgetting that mangled C++ symbol names start with `_`, and thus analysis on C++ binaries will ignore them altogether.
While this has been since fixed, we should also support demangling these names before displaying ranked results back to the user.
This should be done for both the currently existing Angr and Binary Ninja backends.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.