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

Allow importing into ghidra #2

Open
SuchAFuriousDeath opened this issue Apr 1, 2024 · 4 comments
Open

Allow importing into ghidra #2

SuchAFuriousDeath opened this issue Apr 1, 2024 · 4 comments

Comments

@SuchAFuriousDeath
Copy link

I didn't look it it much, but I think that ghidra allows importing types from a C header file. If we displayed the structs as C structs instead of tables, we could make a huge header file with all the types.

@ultimaweapon
Copy link
Member

There should be a better way than the C struct like export from Ghidra directly.

@SuchAFuriousDeath
Copy link
Author

I'm not against that

@ultimaweapon
Copy link
Member

Seems like there are no better way. The problem with C headers is it will also export all of related structs.

@ultimaweapon
Copy link
Member

Another idea is create a Ghidra extension to parse our custom DSL.

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

No branches or pull requests

2 participants