Changelog

Version 0.1

  • No features yet

Version 0.1.2

  • Fetching source-code (Etherscan and Sourcify)

  • Resolving function selectors (4bytes)

  • Control-flow analysis

  • Symbolic execution (mythril)

  • Extract calls, stores, …

  • Create annotated Disassembly

  • Basic classification based on interface and bytecode

  • Started to create documentation

Version 0.1.3

  • bumped dependency versions

  • move to github

Version 0.1.4

  • added cfg api to BasicBlocks and BasicBlock

Version 0.1.6

  • First public version

Version 0.1.8

  • Documentation and cleanup