File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 0.2] - 2022-07-17
9
+
10
+ ### Thanks
11
+
12
+ - [ Sylvain Peyrefitte] ( https://github.com/citronneur )
13
+
14
+ ### Added/Changed
15
+
16
+ - Add support for:
17
+ - threads
18
+ - events (thread create and terminate, module load and unload)
19
+ - x86_64 full context
20
+ - exceptions
21
+ - memory watchpoints
22
+ - Add corresponding Python wrappers
23
+ - CI with compilation checks
24
+ - Position:
25
+ - comparison
26
+ - MAX constant
27
+ - New examples:
28
+ - ` example_cov ` : module coverage computation
29
+ - ` example_tenet ` : Tenet compatible trace production
30
+
31
+ ### Fixed
32
+
33
+ - Remove ` /MT ` from compilation chain
34
+
35
+ ## [ 0.1] - 2022-03-21
36
+
37
+ ### Added/Changed
38
+
39
+ - Initial publication
You can’t perform that action at this time.
0 commit comments