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

Ghidra symbol importer upgrades #86

Merged
merged 11 commits into from
Jan 21, 2024

Conversation

TheNathannator
Copy link
Contributor

The demangled name is now split into name and namespaces, with the namespaces being created in Ghidra and converted to classes where possible.

Templates, function pointer types, return types, and parameter types are all handled correctly now in the demangling process. The latter two aren't applied to the program yet however, seems a bit out of scope currently (have to make sure all types are resolved, and determining whether or not a this parameter exists is a fool's errand with only MWCC symbols).

@DarkRTA DarkRTA merged commit 8e2f5a4 into DarkRTA:master Jan 21, 2024
1 check passed
@TheNathannator TheNathannator deleted the symbol-importer-fixes branch February 18, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants