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

Types are not propagated due to incorrect parameters #14

Open
river-li opened this issue Jul 17, 2024 · 0 comments
Open

Types are not propagated due to incorrect parameters #14

river-li opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@river-li
Copy link
Contributor

Sometimes the parameters of the entry point will directly be passed to a subfunction, without any parameter assignment instruction on the stack. Binary Ninja doesn't recognize these parameters and as a result, the type propagation gets lost here.

Vector35/binaryninja-api#3910

As the above issue mentioned, we probably can temporarily solve this by using set_call_type_adjustments API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant