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
This seems to only happen if the function signature is added with afs.
If a signature is added to an analyzed function, it falsely claims that the arguments are all given via the stack. Although they should be passed by register.
The stack arguments are all only 1byte in size. Although they should be at least 4.
This seems to only happen if the function signature is added with
afs
.Example:
The text was updated successfully, but these errors were encountered: