Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 880 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 880 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2] - 2022-07-17

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

[0.1] - 2022-03-21

Added/Changed

  • Initial publication