Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
942 stars 213 forks source link

LLIL_CALL_STACK_ADJUST bug #6094

Closed Chensne closed 2 weeks ago

Chensne commented 2 weeks ago

image

After executing call, sp cannot be adjusted automatically

xusheng6 commented 2 weeks ago

Hi @Chensne , is the issue resolved?

Usually this happens because our analysis does not figure out the stack adjustment of sub_19a5e. As a workaround, you can set the stack adjustment of it using the "Edit Function Properties" dialog: https://docs.binary.ninja/guide/index.html#edit-function-properties-dialog

Also, I am curious on what is causing our auto-analysis to be unable to figure out the stack adjustment. Is it possible to shrae the binary with us so that we can look into it?