Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

v0.2.0

Choose a tag to compare

@joshwatson joshwatson released this 01 Feb 19:40
· 67 commits to master since this release

2019-02-01

v0.2.0 release

Bug Fixes

  • Fixed an issue where incoming/outgoing edges were backwards
  • Fixed a few encoding bugs

Features:

  • API change: cfg.basic_blocks, cfg.functions, and cfg.instructions return lists instead of generators
  • New API: CFG.entry_point
  • cfg.*_from_addr API methods are now cfg.get_*_at methods