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
which is all wrong. I guess it has something to do with the fact that I'm translating it directly (not as part of a procedure), but from what I've seen in angr, assembly is translated directly without the prefix of the procedure, and everything seems fine.
Any thoughts?
Thanks again!! :)
The text was updated successfully, but these errors were encountered:
This:
lea rdi, [rsp+908h+var_878]
gets translated into this:
which is all wrong. I guess it has something to do with the fact that I'm translating it directly (not as part of a procedure), but from what I've seen in angr, assembly is translated directly without the prefix of the procedure, and everything seems fine.
Any thoughts?
Thanks again!! :)
The text was updated successfully, but these errors were encountered: