From b498c6b746f593f796a292a74fe3831f58fa3e2e Mon Sep 17 00:00:00 2001 From: BlackINT3 Date: Mon, 18 Dec 2023 01:05:33 +0800 Subject: [PATCH] Update release information. --- README.md | 4 ++-- doc/README-zh.md | 6 +++--- release/README.txt | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4799e9e..56e8b63 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ ### Contributing/Donate * Issues and Push Request is welcome. - * If you like that you can donate to our develop. + * If you like that you can click to donate our develop. * [OpenArk Code Style Guide](doc/code-style-guide.md) ### Contact * Discord - - https://discord.gg/5HwBqRwx + - https://discord.com/invite/w9A8q9naDY * QQ Group - Group3: 706663529 - Group2: 535752025(full) diff --git a/doc/README-zh.md b/doc/README-zh.md index 500a941..02eed4a 100644 --- a/doc/README-zh.md +++ b/doc/README-zh.md @@ -23,7 +23,7 @@ ### 发布 * 程序:独立的exe,无DLL依赖,支持32位、64位。 -* 支持系统:Windows XP ... Win7 ... Win10 20H2 ... +* 支持系统:Windows XP ... Win7 ... Win10 ... Win11 ... ### 编译 * [如何编译OpenArk](build-openark.md) @@ -31,12 +31,12 @@ ### 参与/捐赠 * 欢迎提交Issue和PR. -* 如果你喜欢OpenArk,可以捐赠支持我们的开发工作。 +* 如果你喜欢OpenArk,可以在软件上点击捐赠,支持我们的开发工作。 * [OpenArk 代码风格](code-style-guide.md) ### 技术交流 * Discord - - https://discord.gg/5HwBqRwx + - https://discord.com/invite/w9A8q9naDY * QQ群: - 3群: 706663529 - 2群: 535752025(已满) diff --git a/release/README.txt b/release/README.txt index bb2e09b..58de2ef 100644 --- a/release/README.txt +++ b/release/README.txt @@ -1,3 +1,19 @@ +OpenArk v1.3.4 +-------------------------------------------------------------------- +- 进程增强:增加内存使用、PEB、TEB、线程栈、结束线程等各种功能 +- 内核增强:增加全内存搜索、卸载驱动列表、镜像劫持、加载符号等各种功能 +- 扫描提升:优化PE扫描、支持解析内存化PE等功能 +- 解决部分不能进入内核模式的问题 +- BUG修复,还有其它很多未提及的功能 +- 特别说明:增加致谢名单,感谢对OpenArk的支持! +- Impoved process manager: Added memory usage, PEB, TEB, CallStack, Terminate Thread etc. +- Impoved kernel manager: Added memory search, Unloaded drivers, IFEO, Load symbols etc. +- Improved scanner: Improved pe scanner, Added scanner for Memory PE. +- Fixed some failure case when enter kernel mode. +- Bugfixed and many other unmentioned features. +- Special Notes: Added acknowledgements, thanks for your support! +-------------------------------------------------------------------- + OpenArk v1.3.2 -------------------------------------------------------------------- 进程增强:增加PPL、内存扫描、线程管理、模块卸载、句柄提权等各种功能