Skip to content

0.3.1

Compare
Choose a tag to compare
@Jon-Becker Jon-Becker released this 09 Feb 22:37
· 432 commits to main since this release
  • Allows for the CFG module to work on any EVM contract. [ #59, #53 ]
  • Patches loop detection to be more thorough. [ #56 ]
  • Introduces the -c or --color-edges to the CFG module to colorize edges based on the JUMPI condition. This is useful for visualizing the flow of if statements. [ #59 ]
  • Minor memory optimizations. [ #59 ]