1
1
This file details the changelog of Qiling Framework.
2
2
3
3
------------------------------------
4
- [Version 1.4.3]: April 7th, 2022
4
+ [Version 1.4.4]: September 24th, 2022
5
+
6
+ New features:
7
+ - Add r2 extension (#1172)
8
+ - Introduce procfs to Linux OS (#1174)
9
+ - Add a tracer for IDAPro's Tenet plugin (#1205)
10
+
11
+ Improvements:
12
+ - Collect a few additional DLLs for x8664 (#1167)
13
+ - Use global cwd in thread (#1170)
14
+ - Fix QlLinuxThreadManagement.threads to be updated appropriately (#1180)
15
+ - Fix Unix socket subsystem (#1181)
16
+ - Maintenance PR for security and code quality (#1182 #1195)
17
+ - Enable android 32bit test (#1184)
18
+ - Fix wrong platform_system for unicornafl (#1185)
19
+ - Fix arm thumb mode shellcode emulation (#1187)
20
+ - Pump unicorn version to 2.0.0 (#1189)
21
+ - Procfs improve & pwndbg compatiblity (#1190)
22
+ - Fix example script issues (#1193 #1194)
23
+ - Introduce a human-friendly disassembler (#1196)
24
+ - Fix gdb step/continue handling (#1200)
25
+ - Fix README.md (#1203)
26
+ - Fix typo of default ip 127.0.0.1 (#1205)
27
+ - Temporarily mask Python versions that are not supported by the EVM module (#1208)
28
+ - Windows Maintenance PR (#1210)
29
+ - Improvements around POSIX sockets (#1216)
30
+ - Add x86_64 debug support for Qdb (#1218)
31
+ - Renew code for picohttpd (#1221)
32
+ - Fix missing retaddr_on_stack in Qdb for arm (#1225)
33
+ - Qdb improvments: Mark, Jump and modify register value in qdb (#1226)
34
+ - Allow user to build config from dictionary other than disk file (#1227)
35
+ - fix(ida): replace __getattribute__ with __getattr__ (#1231)
36
+
37
+ Contributors:
38
+ - jasperla
39
+ - bet4it
40
+ - chinggg
41
+ - elicn
42
+ - vhertz
43
+ - cgfandia-tii
44
+ - wtdcode
45
+ - ucgJhe
46
+ - aquynh
47
+ - kabeor
48
+ - oscardagrach
49
+ - hamarituc
50
+ - EtchProject
51
+ - HackingFrogWithSunglasses
52
+ - xwings
53
+
54
+ ------------------------------------
55
+ [Version 1.4.3]: June 1st, 2022
56
+
57
+ New features:
58
+ - Introduce PowerPC architecture support (#1140)
5
59
6
60
Improvements:
7
61
- Fix fuzzing for tendaac15 (#1096)
@@ -10,21 +64,41 @@ Improvements:
10
64
- Minor PE Loader fix (#1104)
11
65
- Minor quality changes (#1106)
12
66
- Fix cacheflush syscall typo (#1115)
67
+ - Improvements and fixes for Windows and PE (#1118)
13
68
- Add vm_context to EVM hooks (#1119)
14
69
- Load interpreter segments with correct perms and vaddr (#1120)
15
70
- Fix mistakes in fuzz_x8664_linux binary (#1121)
16
71
- Add EVM ABI helpers, fix EVM DBG stack view (#1123)
17
72
- Fix regression caused by missing exception handling when opening socket (#1124)
73
+ - CI improvement (#1128 #1134)
74
+ - Add macho load command 'LC_LOAD_WEAK_DYLIB' support (#1133)
75
+ - Fix breakage of non-Windows binary emulation on Windows host (#1143)
76
+ - Remove misused region bound check of unmap_all (#1144)
77
+ - Change deprecated interfaces of IDA (#1145)
78
+ - Use importlib to retrieve package version (#1146)
79
+ - New and improved gdbserver (#1148)
80
+ - Rewrite package data reading (#1150)
81
+ - Misc improvements (#1154)
82
+ - Fix memory exhaustion problem caused by the logger (#1161)
18
83
19
84
Contributors:
20
85
- wtdcode
21
86
- aquynh
22
87
- elicn
23
88
- xwings
24
89
- cq674350529
90
+ - elicn
25
91
- TheZ3ro
26
92
- bet4it
27
93
- chinggg
94
+ - kabeor
95
+ - chfl4gs
96
+ - profiles
97
+ - OlfillasOdikno
98
+ - nmantan
99
+ - machinewu
100
+ - nullableVoidPtr
101
+ - Phat3
28
102
29
103
30
104
------------------------------------
0 commit comments