From 1025e53ec8660d8010e027f6ec86cac220d2b4e2 Mon Sep 17 00:00:00 2001 From: Milk <1871357815@qq.com> Date: Sun, 23 May 2021 11:18:59 +0800 Subject: [PATCH] Update README.md --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb5533..674bc65 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,40 @@ # BlackDex -~ + +![](https://img.shields.io/badge/language-java-brightgreen.svg) + +BlackDex是一个运行在Android手机上的脱壳工具,支持5.0~12,无需依赖任何环境任何手机都可以使用,包括模拟器。只需5秒,即可对已安装包括未安装的APK进行脱壳。 + +## 项目声明 +- 由于 [黑盒BlackBox](https://github.com/nnjun/BlackBox) 已被抄家,多的不想说了,请关注本项目或者其他未来项目吧。 + +## 脱壳说明 +本项目针对一代壳,摆脱对以往脱壳环境的困扰,几乎支持5.0以上的任何系统。并且拥有 **快速**、**方便**、**成功率高** 的优点。一般只需要几秒钟即可完成对已安装包括未安装应用脱壳。 + +## 环境要求 +- 一台普通手机 +- ~~Xposed~~ +- ~~Frida~~ +- ~~Magisk~~ +- ~~Root~~ +- ~~定制系统~~ + +## 架构特别说明 +本项目区分32位与64位,目前是2个不同的app,如在Demo已安装列表内无法找到需要开启的app说明不支持,请使用另一个版本。 + +### License + +> ``` +> Copyright 2021 Milk +> +> Licensed under the Apache License, Version 2.0 (the "License"); +> you may not use this file except in compliance with the License. +> You may obtain a copy of the License at +> +> http://www.apache.org/licenses/LICENSE-2.0 +> +> Unless required by applicable law or agreed to in writing, software +> distributed under the License is distributed on an "AS IS" BASIS, +> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +> See the License for the specific language governing permissions and +> limitations under the License. +> ```