Skip to content

Releases: commial/ttd-bindings

v0.2

17 Jul 17:32
Compare
Choose a tag to compare

Thanks

Added/Changed

  • Add support for:
    • threads
    • events (thread create and terminate, module load and unload)
    • x86_64 full context
    • exceptions
    • memory watchpoints
  • Add corresponding Python wrappers
  • CI with compilation checks
  • Position:
    • comparison
    • MAX constant
  • New examples:
    • example_cov: module coverage computation
    • example_tenet: Tenet compatible trace production

Fixed

  • Remove /MT from compilation chain

Python bindings

21 Mar 10:30
Compare
Choose a tag to compare

Initial PoC release