Skip to content

v0.1.2

Compare
Choose a tag to compare
@serpilliere serpilliere released this 11 Dec 13:51
· 510 commits to master since this release
a900c85

Added

  • find_path_from_src added by @nofiv to DiGraph
  • Some simplifications (cst == X+ cst; X ^cst = cst)
  • Add a cache for C types
  • IR Simplifier
  • Add "remove_breakpoints_by_address" capability to jitter
  • compose_and_mask simplification by @icecr4ck
  • X86: high level op saturation semantic
  • Add extended tests for travis
  • memory breakpoint example by @idl3r
  • Miasm Logo

Fixed