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
I'm currently running gigahorse via docker (ubuntu 22.04 souffle 2.2) and getting 0 for all outputs under Analytics regardless of bytecodes I use, even the example:
The program still managed to capture the bytecode size differences and generate outputs for opcodes. However, files such as visualizeout.py will not run since it's missing the necessary reference files.
The text was updated successfully, but these errors were encountered:
Hi,
Can you share a smart contract that you try to decompile (by sharing its address) as well as the command you run and all the output of gigahorse.py on the terminal? Can you try different settings (perhaps -i for interpreted souffle)? As a last resort you could try using souffle 2.0.2.
I'm currently running gigahorse via docker (ubuntu 22.04 souffle 2.2) and getting 0 for all outputs under Analytics regardless of bytecodes I use, even the example:
The program still managed to capture the bytecode size differences and generate outputs for opcodes. However, files such as
visualizeout.py
will not run since it's missing the necessary reference files.The text was updated successfully, but these errors were encountered: