This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 83
UnboundLocalError when using dynamic analysis #10
Comments
Interestingly this happens only with bytecode compiled with newer solc version. Octopus processes the same contract when compiled with 0.4.24 but fails with 0.5.7.
0.4.24:
0.5.7:
|
Thanks Bernhard ;) i will try to take a look asap |
I am experiencing the same issue when trying to construct a dynamic control flow graph. |
@pventuzelo I am having this same issue 3 years later, trying to construct a CFG. I see that this repo has not been updated in the past 2 years... is there any chance that this will be fixed? |
Sorry, I'm not planning to fix this at the moment. You might be interested in using https://github.com/crytic/evm_cfg_builder |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some EVM bytecode inputs result in an
UnboundLocalError
exception. For example:The bytecode was generated with solc 0.5.7 from the following source:
The text was updated successfully, but these errors were encountered: