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

Pattern-match function body for matching macros #56

Open
matt-kempster opened this issue Apr 7, 2020 · 2 comments
Open

Pattern-match function body for matching macros #56

matt-kempster opened this issue Apr 7, 2020 · 2 comments

Comments

@matt-kempster
Copy link
Owner

In if_statements.py, when we have a Body, we should look for sequences of statements that match input macros (akin to how we match types given an input preprocessed C file).

@dbalatoni13
Copy link
Contributor

This would be great. It would also be nice if we could recognize inlined functions.

@simonlindholm
Copy link
Collaborator

I think recognizing inlined functions would be extremely hard. I know of no other decompiler that does it, despite it being a major pain point when doing reverse engineering and a potential huge selling point. It would be an interesting research project, but I wouldn't put any hope in it ever happening!

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

3 participants