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: local variable 'args' referenced before assignment #24
Comments
If this helps to anyone, in octopus/arch/evm/emulator.py, function |
Hello, I also have the same problem, but after you put args=None at the beginning of the function according to your answer, there are other problems. Do you have other problems? I get the following error:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bytecode can be found here if you want to test it:
Download
For some bytecodes when I try to extract the CFG using:
python3 main.py -f bb.bin -g
I get the following error:
Anyone knows what might be the exact problem here?
I would gladly work on a fix for this if there is any guidance on how the emulator is working.
The text was updated successfully, but these errors were encountered: