You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
APIThe text was updated successfully, but these errors were encountered: