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.
- 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 computationexample_tenet
: Tenet compatible trace production
- Remove
/MT
from compilation chain
- Initial publication