1 parent e90f0b0 commit 5faa477Copy full SHA for 5faa477
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
Systrack changelog
2
==================
3
4
+v0.5.1
5
+------
6
+
7
+**Improvements**:
8
9
+- x86: improve x86 syscall extraction code fixing undetected CALL targets.
10
11
+**Internal changes**:
12
13
+- x86: add some tests for syscall extraction based on v6.11 kernel build.
14
15
16
v0.5
17
----
18
src/systrack/version.py
@@ -1,4 +1,4 @@
-VERSION = '0.5'
+VERSION = '0.5.1'
VERSION_COPY = '''\
Copyright (C) 2023-2024 Marco Bonelli
Licensed under the GNU General Public License v3.0
0 commit comments