update readme

main
Milk 3 years ago
parent 472108e0f2
commit a55cf62f31
  1. 14
      README.md
  2. 15
      README_EN.md
  3. 4
      app/build.gradle

@ -10,6 +10,13 @@ BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无
### 本项目并不针对任何加固,在遇到检测环境等均不处理,仅供安全领域分析用途。项目免费开源仅供学习用途、请勿用于非法用途。否则后果自负! ### 本项目并不针对任何加固,在遇到检测环境等均不处理,仅供安全领域分析用途。项目免费开源仅供学习用途、请勿用于非法用途。否则后果自负!
### Black系列交流群:390562046(QQ) ### Black系列交流群:390562046(QQ)
## 编译说明
运行前请请Make Project一次
运行前请请Make Project一次
运行前请请Make Project一次
## 脱壳说明 ## 脱壳说明
本项目针对一(落地加载)、二(内存加载)、三(指令抽取)代壳,摆脱对以往脱壳环境的困扰,几乎支持5.0以上的任何系统。并且拥有 **快速**、**方便**、**成功率高** 的优点。一般只需要几秒钟即可完成对已安装包括未安装应用脱壳。**未安装应用**脱壳时间主要花费在复制文件IO消耗上,由应用大小决定速度。已安装应用一般在数秒内即可完成脱壳。 本项目针对一(落地加载)、二(内存加载)、三(指令抽取)代壳,摆脱对以往脱壳环境的困扰,几乎支持5.0以上的任何系统。并且拥有 **快速**、**方便**、**成功率高** 的优点。一般只需要几秒钟即可完成对已安装包括未安装应用脱壳。**未安装应用**脱壳时间主要花费在复制文件IO消耗上,由应用大小决定速度。已安装应用一般在数秒内即可完成脱壳。
@ -44,13 +51,6 @@ BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无
BlackDex下载:https://github.com/CodingGay/BlackDex/releases BlackDex下载:https://github.com/CodingGay/BlackDex/releases
## 编译说明
运行前请请Make Project一次
运行前请请Make Project一次
运行前请请Make Project一次
## 演示 ## 演示
![xx](demonstration.gif) ![xx](demonstration.gif)

@ -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. 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 ## 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. 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.
@ -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 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 ## Preview
![xx](demonstration.gif) ![xx](demonstration.gif)

@ -11,8 +11,8 @@ android {
applicationId "top.niunaijun.blackdex" applicationId "top.niunaijun.blackdex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 5 versionCode 6
versionName "3.1.0" versionName "3.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Loading…
Cancel
Save