verichains / revela

Decompiler for Move smart contracts
https://revela.verichains.io
Other
43 stars 10 forks source link

[Bug] unable to decompile: Failed to reconstruct loop, entry node is not in SCC #8

Open sblackshear opened 4 months ago

sblackshear commented 4 months ago

Was running a test by decompiling the ~17k Sui mainnet packages, which worked pretty well! But hit a few that failed with

thread 'main' panicked at third_party/move/tools/revela/src/main.rs:81:41:
Error: unable to decompile: Failed to reconstruct loop, entry node is not in SCC
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

--repros attached failing_modules.zip