Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Jun 8, 2021
1 parent a69058f commit 0eba69d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@
BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无需依赖任何环境任何手机都可以使用,包括模拟器。只需几秒,即可对已安装包括未安装的APK进行脱壳。

## 项目声明
**项目免费开源仅供学习用途、请勿用于非法用途。否则后果自负!**
### ==本项目并不针对任何加固,在遇到检测环境等均不处理,仅供安全领域分析用途。项目免费开源仅供学习用途、请勿用于非法用途。否则后果自负!==

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

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

## 脱壳原理
通过DexFile cookie进行脱壳,理论兼容art开始的所有版本。可能少数因设备而异,绝大部分是支持的。资源有限无法大量测试,遇到问题请提issues.

## 深度脱壳
深度脱壳模式下会自主修复被抽取的方法指令,常见的nop即是被抽取指令的加固,dump出来的dex已经是修复好的dex,无需再使用其他脚本进行修复。暂未完成主动调用,可能部分壳仍然无法解密指令。本功能仍然在测试阶段,==可能会出现以下情况,请悉知。==
1. 脱壳时间会大幅度上升,预计几分钟都十几分钟不等
2. 脱壳期间有可能会出现应用闪退(遇到反检测等)
3. 会增加脱壳失败几率
4. 不一定能够100%还原

#### 部分抽取壳脱壳前后对比
![xx](nop_diff.jpg)

## 环境要求
- 一台普通手机
- ~~Xposed~~
Expand All @@ -35,14 +41,14 @@ BlackDex下载:https://github.com/CodingGay/BlackDex/releases
## 演示
![xx](demonstration.gif)

## 展望未来?
- 对抗抽取壳

## 感谢
- [VirtualApp](https://github.com/asLody/VirtualApp)
- [VirtualAPK](https://github.com/didi/VirtualAPK)
- [FreeReflection](https://github.com/tiann/FreeReflection)
- [Dreamland](https://github.com/canyie/Dreamland)
- [lkchandexfile](https://github.com/lkchan724/lkchandexfile)
- [xhook](https://github.com/iqiyi/xHook)
### License

> ```
Expand Down
Binary file added nop_diff.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0eba69d

Please sign in to comment.