|
1 | 1 | This file details the changelog of Qiling Framework. |
2 | 2 |
|
3 | 3 | ------------------------------------ |
4 | | -[Version 1.4.4]: July XX, 2022 |
| 4 | +[Version 1.4.4]: September 24th, 2022 |
5 | 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 |
6 | 53 |
|
7 | 54 | ------------------------------------ |
8 | 55 | [Version 1.4.3]: June 1st, 2022 |
|
0 commit comments