From 820940c9566ecb8509a93685b75d6f062ead7976 Mon Sep 17 00:00:00 2001 From: luoyesiqiu Date: Sat, 26 Aug 2023 13:15:24 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- README.zh-CN.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d5055..6546d63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![](https://img.shields.io/github/license/luoyesiqiu/dpt-shell)](https://github.com/luoyesiqiu/dpt-shell/blob/main/LICENSE) [![](https://img.shields.io/github/downloads/luoyesiqiu/dpt-shell/total?color=blue)](https://github.com/luoyesiqiu/dpt-shell/releases/latest) [![](https://img.shields.io/github/issues-raw/luoyesiqiu/dpt-shell?color=red)](https://github.com/luoyesiqiu/dpt-shell/issues) ![](https://img.shields.io/badge/Android-6.0%2B-brightgreen) -[简体中文](./README.zh-CN.md) +[简体中文](./README.zh-CN.md) | English dpt-shell is an android Dex protect shell that makes Dex's functions code empty and fix on run. diff --git a/README.zh-CN.md b/README.zh-CN.md index 3255aa8..161e942 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -4,6 +4,8 @@ ## 介绍 +简体中文 | [English](./README.md) + dpt-shell是一种将dex文件中的函数代码抽空,然后在程序运行时将函数代码填回的那么一种壳。 ## 用法