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

Support loading kernel and library type information #10

Open
mborgerson opened this issue Jan 14, 2020 · 0 comments
Open

Support loading kernel and library type information #10

mborgerson opened this issue Jan 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mborgerson
Copy link
Member

mborgerson commented Jan 14, 2020

Currently only kernel/library symbol names are provided; however, there is a great deal of knowledge about kernel/library prototypes/data structures that would be very useful to have loaded.

Ghidra appears to have an embedded CParser (of questionable comprehensiveness) that might be able to parse headers.

I have done a bit of work parsing through headers on the kernel side in a prior project here.

Update: I now have this working locally with type information derived from Cxbx-Reloaded, Wine, and OpenXDK. I plan to update ghidra-xbe to ship with these headers so that people can use them out of the box.

wip here https://github.com/mborgerson/xbox-includes

@mborgerson mborgerson added the enhancement New feature or request label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant