Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Jan 9, 2022
1 parent 472108e commit a55cf62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无
### 本项目并不针对任何加固,在遇到检测环境等均不处理,仅供安全领域分析用途。项目免费开源仅供学习用途、请勿用于非法用途。否则后果自负!
### Black系列交流群:390562046(QQ)

## 编译说明
运行前请请Make Project一次

运行前请请Make Project一次

运行前请请Make Project一次

## 脱壳说明
本项目针对一(落地加载)、二(内存加载)、三(指令抽取)代壳,摆脱对以往脱壳环境的困扰,几乎支持5.0以上的任何系统。并且拥有 **快速****方便****成功率高** 的优点。一般只需要几秒钟即可完成对已安装包括未安装应用脱壳。**未安装应用**脱壳时间主要花费在复制文件IO消耗上,由应用大小决定速度。已安装应用一般在数秒内即可完成脱壳。

Expand Down Expand Up @@ -44,13 +51,6 @@ BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无

BlackDex下载:https://github.com/CodingGay/BlackDex/releases

## 编译说明
运行前请请Make Project一次

运行前请请Make Project一次

运行前请请Make Project一次

## 演示
![xx](demonstration.gif)

Expand Down
15 changes: 8 additions & 7 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ BlackDex is an Android unpack tool, it supports Android 5.0~12 and need not rely

This project supports almost all the Android system above 5.0, it has **high successful rate** to dump DexFile **quickly** and **conveniently**. Generally, it only takes a few seconds to unpack an installed app. For the APK File that is not installed on your device, BlackDex will spends some time on copying file, the length of time depend on file size.

## Build
Please make project once before running

Please make project once before running

Please make project once before running


## Principle

BlackDex unpacks APK File by DexFile cookie. In theory, it supports all version Android systems that use ART (Android Runtime). But it may vary from a few special devices. We do not have enough resources to execute a lot of testing, if you have problems with this project, please open an issue on the GitHub.
Expand Down Expand Up @@ -46,13 +54,6 @@ This project distinguishes between 32-bit and 64-bit, it was compiled to 2 diffe

BlackDex download:https://github.com/CodingGay/BlackDex/releases

## Build
Please make project once before running

Please make project once before running

Please make project once before running

## Preview

![xx](demonstration.gif)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "top.niunaijun.blackdex"
minSdkVersion 21
targetSdkVersion 30
versionCode 5
versionName "3.1.0"
versionCode 6
versionName "3.2.0"


testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit a55cf62

Please sign in to comment.