Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demangle C++ symbols for binary analysis #6

Open
ex0dus-0x opened this issue Jul 16, 2022 · 0 comments
Open

Demangle C++ symbols for binary analysis #6

ex0dus-0x opened this issue Jul 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ex0dus-0x
Copy link
Owner

ex0dus-0x commented Jul 16, 2022

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.

@ex0dus-0x ex0dus-0x added enhancement New feature or request good first issue Good for newcomers labels Jul 16, 2022
@ex0dus-0x ex0dus-0x self-assigned this Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant