You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog
+21
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
This file details the changelog of Unicorn Engine.
2
2
3
+
-------------------------------
4
+
[Version 2.1.3]: March 7th, 2025
5
+
6
+
2.1.3 includes a few fixes for distribution and stability issues. We urge users to update their versions as previous version contains security vulnerabilities.
7
+
8
+
Fix & Improvements
9
+
10
+
- Several security issues fixes. @PhilippTakacs
11
+
- Add alpine workflow and fix several distribution issues. @Antelox
12
+
- Introduce importlib_resources for py3.8 (EOL already) @Arusekk @Antelox
13
+
- Mips64 improvemtns. @OBarronCS
14
+
- mips related fixes and implement a few registers.
15
+
- x86 default cpu model is changed to `UC_CPU_X86_HASWELL` and remove a few quirks.
16
+
- Fix CR4 implementation.
17
+
- Fix python bindings break changes by adding back `ctl_tlb_mode`. @Antelox
18
+
19
+
New Contributors
20
+
* @OBarronCS made their first contribution in https://github.com/unicorn-engine/unicorn/pull/2111
21
+
22
+
Full Changelog: https://github.com/unicorn-engine/unicorn/compare/2.1.2...2.1.3
23
+
3
24
-------------------------------
4
25
[Version 2.1.2]: Feb 13rd, 2025
5
26
2.1.2 is a patch release to mainly resolve the stability issue of the 2.1.0 release series and fix a few distribution issues. All users of Unicorn are expected to upgrade.
0 commit comments