|
1 | 1 | This file details the changelog of Qiling Framework. |
2 | 2 |
|
| 3 | +------------------------------------ |
| 4 | +[Version 1.4.6]: August 4th, 2023 |
| 5 | + |
| 6 | +## What's Changed |
| 7 | +* Fix ELF argv encoding by @elicn in https://github.com/qilingframework/qiling/pull/1303 |
| 8 | +* Qdb improvements by @ucgJhe in https://github.com/qilingframework/qiling/pull/1311 |
| 9 | +* added a history tracker to get coverage information about the execution of the binary by @anotherdish in https://github.com/qilingframework/qiling/pull/1313 |
| 10 | +* remove tab and replace with 4 spaces by @xwings in https://github.com/qilingframework/qiling/pull/1320 |
| 11 | +* Fix __CreateFile implmentation to include access mask and creation disposition by @kbsec in https://github.com/qilingframework/qiling/pull/1309 |
| 12 | +* Add interactive pipe to simulate pwntools `interactive` function by @anotherdish in https://github.com/qilingframework/qiling/pull/1307 |
| 13 | +* fixed get_ins_exclude_lib not handling multiple shared objects properly by @anotherdish in https://github.com/qilingframework/qiling/pull/1317 |
| 14 | +* Fix improper signaling of emulation termination in gdb single step by @elicn in https://github.com/qilingframework/qiling/pull/1322 |
| 15 | +* Delete legacy object before reloading custom_script by @DiamondHunters in https://github.com/qilingframework/qiling/pull/1327 |
| 16 | +* fix #1325 by @DiamondHunters in https://github.com/qilingframework/qiling/pull/1326 |
| 17 | +* Fix struct packing logic associated with calls to `getdents64` by @Z1pburg3r in https://github.com/qilingframework/qiling/pull/1334 |
| 18 | +* Improve afl_fuzz wrapper by @gnbon in https://github.com/qilingframework/qiling/pull/1330 |
| 19 | +* Periodic maintenance PR by @elicn in https://github.com/qilingframework/qiling/pull/1336 |
| 20 | +* Added qltui in setup.py by @river-li in https://github.com/qilingframework/qiling/pull/1354 |
| 21 | +* feat(os): add posix message queue syscalls by @chinggg in https://github.com/qilingframework/qiling/pull/1363 |
| 22 | +* Improved handling of export table for invalid export address and removed GandCrab workaround in GetProcAddress by @clairelevin in https://github.com/qilingframework/qiling/pull/1358 |
| 23 | +* Fix bug: qdb load address error by @ltlly in https://github.com/qilingframework/qiling/pull/1364 |
| 24 | +* Periodic maintenance PR by @elicn in https://github.com/qilingframework/qiling/pull/1355 |
| 25 | +* update return register accordingly for all arch by @ucgJhe in https://github.com/qilingframework/qiling/pull/1367 |
| 26 | +* Getting ready for 1.4.6 by @xwings in https://github.com/qilingframework/qiling/pull/1368 |
| 27 | + |
| 28 | +## New Contributors |
| 29 | +* @anotherdish made their first contribution in https://github.com/qilingframework/qiling/pull/1313 |
| 30 | +* @kbsec made their first contribution in https://github.com/qilingframework/qiling/pull/1309 |
| 31 | +* @DiamondHunters made their first contribution in https://github.com/qilingframework/qiling/pull/1327 |
| 32 | +* @Z1pburg3r made their first contribution in https://github.com/qilingframework/qiling/pull/1334 |
| 33 | +* @gnbon made their first contribution in https://github.com/qilingframework/qiling/pull/1330 |
| 34 | +* @river-li made their first contribution in https://github.com/qilingframework/qiling/pull/1354 |
| 35 | +* @clairelevin made their first contribution in https://github.com/qilingframework/qiling/pull/1358 |
| 36 | +* @ltlly made their first contribution in https://github.com/qilingframework/qiling/pull/1364 |
| 37 | + |
| 38 | +**Full Changelog**: https://github.com/qilingframework/qiling/compare/1.4.5...1.4.6 |
| 39 | + |
3 | 40 | ------------------------------------ |
4 | 41 | [Version 1.4.5]: December 31st, 2022 |
5 | 42 |
|
|
0 commit comments