Skip to content

Commit

Permalink
Update README docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackINT3 committed Sep 10, 2020
1 parent e2f8548 commit 4936717
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@
### Introduction
* [中文说明](doc/README-zh.md)

* OpenArk is a open source anti-rookit(Ark) tool on Windows. Ark is Anti Rootkit abbreviated, it aimmed at reversing and programming helper, users also can use it to find out malwares in the OS. More and more commands will be supported in future.
* OpenArk is an open source anti-rookit(ARK) tool for Windows. Ark is Anti-Rootkit abbreviated, it aimmed at reversing/programming helper and also users can find out hidden malwares in the OS. More and more powerful features will be supported in future.

![image](doc/resources/snapshot-en-v108.png)
![image](doc/resources/snapshot-en-v108-01.png)

### Features
* Process - Process/Thread/Module/Handles/Memory/Window... information view, Dll Injector x86/x64.
* Kernel - OS Kernel internal toolkit, eg: Drivers, Callback, Filters, IDT/SDT, WFP and more in future.
* Kernel - OS Kernel internal toolkit, eg: Memory, Drivers, Hotkey, Callback, Filters, IDT/SDT/NDIS/WFP etc.
* CoderKit - Helper for coders.
* Scanner - PE file parsers, evolved to virus analyzer in future.
* Scanner - PE/ELF file parsers, evolved to virus analyzer in future.
* Bundler - Directory and files could be bundled to one executable file, it also support scripts.
* Commands - Many useful coammands in there.
* Utilities - Cleaner、System tools and more.
* Language - support English and Chinese now, more languages in future.
* More features in developing...
* Utilities - Cleaner/System tools etc.
* Reverse - Collect many useful tools that functional complementation each others, for efficient, always thinking.
* Console - Many useful coammands in here.
* Language - Support English and Chinese now, more in future.
* More powerful features in developing...

### Distributions
* Program: one exe binary, no dependence, support 32/64 bit.
Expand Down
11 changes: 6 additions & 5 deletions doc/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
![image](resources/snapshot-zh-02.png)

### 功能
* 进程 - 查看进程、线程、模块、句柄、内存、窗口等信息,提供进程注入器等功能
* 内核 - 系统内核工具,例如:驱动、回调、过滤器、IDT/SDT WFP等功能,以后会支持更多
* 进程 - 查看进程、线程、模块、句柄、内存、窗口等信息,还有进程注入等功能
* 内核 - 系统内核工具,例如:内存管理、驱动、热键、回调、过滤驱动、存储、IDT/SDT/NDIS/WFP等功能。
* 编程助手 - 程序员的工具箱。
* 扫描器 - PE文件解析器,以后会变成病毒分析助手。
* 扫描器 - PE/ELF文件解析器,以后会变成病毒分析助手。
* 捆绑器 - 目录和多个程序可以捆绑成一个exe程序,同时支持脚本。
* 实用工具 - 垃圾清理功能、系统工具等等。
* 逆向工具 - 精心挑选了许多有用的小工具,这些和OpenArk既有功能互补,高效率,我们一直在思考。
* 控制台 - 这里有很多有用的命令。
* 语言 - 目前支持中文和英文,以后会支持更多语言
* 更多功能正在开发中。。。
* 语言 - 目前支持中文和英文,以后会支持更多
* 更多强大的功能正在开发中。。。

### 发布
* 程序:独立的exe,无DLL依赖,支持32位、64位。
Expand Down

0 comments on commit 4936717

Please sign in to comment.