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
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
I'm trying to find out the details of analyzing process of oyente tool. But I'm a little confused when I encountered with the following code at line 1893 in file 'SymExec.py' in function sym_exec_ins:
My question is: when the opcode is 'CALL', why the function returns if the transfer_amout is 0 without collecting the new constraints?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to find out the details of analyzing process of oyente tool. But I'm a little confused when I encountered with the following code at line 1893 in file 'SymExec.py' in function sym_exec_ins:
My question is: when the opcode is 'CALL', why the function returns if the transfer_amout is 0 without collecting the new constraints?
The text was updated successfully, but these errors were encountered: