Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Jun 8, 2024
1 parent db37f17 commit 5ed51e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ usage: java -jar dpt.jar [option] -f <apk>
-D,--debug Make apk debuggable.
-f,--apk-file <arg> Need to protect apk file.
-l,--noisy-log Open noisy log.
-s,--no-sign Do not sign apk.
-x,--no-sign Do not sign apk.
```

## Notice
Expand All @@ -55,3 +55,4 @@ This project has not too many tests, be careful use in prod environment. Otherwi
- [minizip-ng](https://github.com/zlib-ng/minizip-ng)
- [JSON-java](https://github.com/stleary/JSON-java)
- [zip4j](https://github.com/srikanth-lingala/zip4j)
- [commons-cli](https://github.com/apache/commons-cli)
5 changes: 3 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage: java -jar dpt.jar [option] -f <apk>
-D,--debug Make apk debuggable.
-f,--apk-file <arg> Need to protect apk file.
-l,--noisy-log Open noisy log.
-s,--no-sign Do not sign apk.
-x,--no-sign Do not sign apk.
```

## 原理解析
Expand All @@ -49,7 +49,7 @@ usage: java -jar dpt.jar [option] -f <apk>

本项目未经大量测试,仅用于学习交流,不要线上使用,否则自行承担后果。

## 本项目使用或依赖以下开源项目
## 使用或依赖以下项目

- [dx](https://android.googlesource.com/platform/dalvik/+/refs/heads/master/dx/)
- [Dobby](https://github.com/jmpews/Dobby)
Expand All @@ -61,3 +61,4 @@ usage: java -jar dpt.jar [option] -f <apk>
- [minizip-ng](https://github.com/zlib-ng/minizip-ng)
- [JSON-java](https://github.com/stleary/JSON-java)
- [zip4j](https://github.com/srikanth-lingala/zip4j)
- [commons-cli](https://github.com/apache/commons-cli)

0 comments on commit 5ed51e7

Please sign in to comment.