From 3b265bbe1fded695b5ff82af4901db25f73ccc5c Mon Sep 17 00:00:00 2001 From: kabeor Date: Fri, 27 May 2022 15:50:45 +0800 Subject: [PATCH 1/2] Update changelog --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ef9840d8..ca3a3d8f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ This file details the changelog of Qiling Framework. ------------------------------------ -[Version 1.4.3]: April 7th, 2022 +[Version 1.4.3]: May 27th, 2022 + +New features: +- Introduce PowerPC architecture support (#1140) Improvements: - Fix fuzzing for tendaac15 (#1096) @@ -15,6 +18,16 @@ Improvements: - Fix mistakes in fuzz_x8664_linux binary (#1121) - Add EVM ABI helpers, fix EVM DBG stack view (#1123) - Fix regression caused by missing exception handling when opening socket (#1124) +- CI improvement (#1128 #1134) +- Add macho load command 'LC_LOAD_WEAK_DYLIB' support (#1133) +- Fix breakage of non-Windows binary emulation on Windows host (#1143) +- Remove misused region bound check of unmap_all (#1144) +- Change deprecated interfaces of IDA (#1145) +- Use importlib to retrieve package version (#1146) +- New and improved gdbserver (#1148) +- Rewrite package data reading (#1150) +- Misc improvements (#1154) +- Fix memory exhaustion problem caused by the logger (#1161) Contributors: - wtdcode @@ -25,6 +38,14 @@ Contributors: - TheZ3ro - bet4it - chinggg +- kabeor +- chfl4gs +- profiles +- OlfillasOdikno +- nmantan +- machinewu +- nullableVoidPtr +- Phat3 ------------------------------------ From baf35d571d3d7ab3482a2056c1eb7785e4d253fb Mon Sep 17 00:00:00 2001 From: kabeor Date: Fri, 27 May 2022 19:22:36 +0800 Subject: [PATCH 2/2] Update changelog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ca3a3d8f2..b647597a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ Improvements: - Minor PE Loader fix (#1104) - Minor quality changes (#1106) - Fix cacheflush syscall typo (#1115) +- Improvements and fixes for Windows and PE (#1118) - Add vm_context to EVM hooks (#1119) - Load interpreter segments with correct perms and vaddr (#1120) - Fix mistakes in fuzz_x8664_linux binary (#1121) @@ -35,6 +36,7 @@ Contributors: - elicn - xwings - cq674350529 +- elicn - TheZ3ro - bet4it - chinggg