Open loiluu opened 8 years ago
At the moment, Oyente does not support a large fraction of existing EVM opcodes, but not all of them. Please check the main file symExec.py to see which opcodes are supported at the moment.
symExec.py
Opcodes left to be handled
Opcodes which aren't 100% spec compliant
We also need to track the gas usage in the symbolic execution.
This issue was moved to melonproject/oyente#1
At the moment, Oyente does not support a large fraction of existing EVM opcodes, but not all of them. Please check the main file
symExec.py
to see which opcodes are supported at the moment.