Skip to content

Commit 5faa477

Browse files
committed
Systrack v0.5.1
1 parent e90f0b0 commit 5faa477

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Systrack changelog
22
==================
33

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+
416
v0.5
517
----
618

src/systrack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.5'
1+
VERSION = '0.5.1'
22
VERSION_COPY = '''\
33
Copyright (C) 2023-2024 Marco Bonelli
44
Licensed under the GNU General Public License v3.0

0 commit comments

Comments
 (0)