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

Improve CFG recovery - Process Symbol Tables #32

Open
cnheitman opened this issue Feb 22, 2016 · 0 comments
Open

Improve CFG recovery - Process Symbol Tables #32

cnheitman opened this issue Feb 22, 2016 · 0 comments
Labels

Comments

@cnheitman
Copy link
Collaborator

The CFG recovery functionality uses symbol information to correctly generate the control flow graph of a specific function, however, this information is not automatically extracted from the binary being processed (it has to be done manually). The goal is to extract symbol information automatically once a binary is loaded so it can be used by the different analysis module such as the basicblock (which implement the CFG recovery functionality).

@cnheitman cnheitman added the idea label Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant