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

Provide hookup point to attach to external data provider for function parameters #239

Open
artemdinaburg opened this issue Jul 7, 2021 · 0 comments

Comments

@artemdinaburg
Copy link
Contributor

Right now we rely just on Binary Ninja or IDA to provide all knowledge about a function.

We should be able to add external sources of information! Like, sometimes we have source code. Or someone can manually edit in a definition.

In more specific terms: we should add code in bnprogram.py:_get_function_parameters to consult an oracle of some kind about what functions parameters are for a specified function.

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

1 participant