Skip to content

v0.1.8

Compare
Choose a tag to compare
@RobinDavid RobinDavid released this 04 Aug 21:30
· 72 commits to main since this release

Changelog

Features

  • Refactor SymbolicExecutor to enable step-by-step emulation.

Fix

  • Fix SymbolicExecutor when segmentation is disabled:
    • memory contextmanager was always re-enabling segmentation
    • program counter mapping was always checked (also fetch instruction)
  • Fix Seed.from_file which was not parsing filename correctly