Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackINT3 committed Jun 3, 2019
1 parent 49e6c14 commit 7f3e51d
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# OpenArk
# OpenArk ![image](doc/resources/logo.png)

![License](https://img.shields.io/badge/License-LGPL-green.svg)

### Introduction
OpenArk is a open source toolkit on Windows. Ark is Anti Rootkit abbreviated, it aimmed at reversing/programming helper and also users can find out malwares in the OS. More and more commands will be supported in future.

![image](doc/resources/snapshot.png)

### Features
* Process - Process/Thread/Module information view, Dll Injector x86/x64.
* Scanner - PE file parsers.
* CoderKit - Helper for coders.
* Bundler - Directory and files could be bundled to one executable file, it also support scripts.
* Commands - Many useful coammands in there.
* More features in developing...

### Requirement
* [UNONE](https://github.com/BlackINT3/none)
* [Qt 5.6.2](https://download.qt.io/official_releases/qt/5.6/5.6.2/)

### Distributions
* Binaray (exe)
* one binaray, no dependence, support 32/64 bit.
* Supported OS
* Windows XP/2003
* Windows Vista/7/2008
* Windows 8/8.1/2012
* Windows 10/2016/2019
* Supported Compiler
* Visual Studio 2015 (vc140)
* Visual Studio 2017 (vc141)
* Visual Studio 2019 (vc142)

### How to compile
* install UNONE static library .
* install Qt static library.
* just build it, current is vs2015 project.

### Contributing
* Issues and Push request is welcome.

0 comments on commit 7f3e51d

Please sign in to comment.