Skip to content

Commit 5822b53

Browse files
committed
Add en readme
1 parent 5961e84 commit 5822b53

File tree

2 files changed

+131
-1
lines changed

2 files changed

+131
-1
lines changed

README-EN.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
Android-Crack-Tool For Mac
2+
================
3+
4+
###[中文](https://github.com/Jermic/Android-Crack-Tool/blob/master/README.md)
5+
###[English](https://github.com/Jermic/Android-Crack-Tool/blob/master/README-EN.md)
6+
7+
## Introduction
8+
The software integrates with Android development some common assembler / disassembler tool, user-friendly Apk reverse analysis, providing Apk View feature is currently the main functions include (see detailed usage):
9+
10+
- Decompile APK
11+
- Reconstruction APK
12+
- Signature APK
13+
- Optimization of APK
14+
- DEX2JAR (APK2JAR)
15+
- JDGUI
16+
- Extraction DEX
17+
- XML
18+
- CS2SM
19+
20+
## Downloads
21+
[Git Download] (https://github.com/Jermic/Android-Crack-Tool/releases)
22+
23+
[Network disk download] (https://pan.baidu.com/s/1mhWpG60) Password: 9k5k
24+
## Screenshots
25+
![](https://raw.githubusercontent.com/Jermic/Android-Crack-Tool/master/1.png)
26+
27+
![](https://raw.githubusercontent.com/Jermic/Android-Crack-Tool/master/4.png)
28+
29+
![](https://raw.githubusercontent.com/Jermic/Android-Crack-Tool/master/5.png)
30+
31+
## Change Log:
32+
### V2.3.2
33+
```
34+
1. solve some BUG
35+
2. Update internal tool version
36+
```
37+
### V2.2
38+
```
39+
1. Add Class transfer function Smail
40+
2. solve some BUG
41+
```
42+
### V2.0
43+
```
44+
1. Modify the main interface layout, adding new features items
45+
Extraction DEX, extract XML, ApkInfo, Unicode
46+
2. Add Start & End identification log
47+
3. Extraction DEX
48+
DEX files extracted from the APK file
49+
4. Extract XML
50+
Extract and parse the XML file from the APK file
51+
5.ApkInfo
52+
Scan APK basic information
53+
6.Unicode
54+
Plus solution Unicode conversion
55+
7. solve some BUG
56+
```
57+
### V1.0
58+
```
59+
The main function:
60+
1. Integrated Common decompile cracking tools
61+
2. decompile APK
62+
Default ShakaApkTool (Settings page can be switched to ApkTool)
63+
To decompile the apk file
64+
3. Rebuild APK
65+
According to regenerate apk apk file decompile get directory
66+
3. Signature APK
67+
Use SignApk to sign the apk file
68+
4. Optimize APK
69+
Apk file for use Zipalign optimize alignment
70+
5.DEX2JAR (APK2JAR)
71+
The apk file dex file into jar file format, select the format supported apk, dex
72+
6.JDGUI
73+
Open Jar file using JDGUI
74+
```
75+
### Plugins:
76+
```
77+
1.ShakaApkTool
78+
2.Apktool
79+
3.Dex2Jar
80+
4.Zipalign
81+
5.SignApk
82+
6.JDGUI
83+
```
84+
### Env:
85+
```
86+
1.MAC OSX
87+
10.11.2 test version of the system, the system is not tested other versions, if something goes wrong message about feedback
88+
2.JDK
89+
Tested JDK8, other versions not tested the system, if there is a problem about the mail feedback
90+
```
91+
92+
### Usage:
93+
```
94+
1. Click Browse to open the file select the appropriate function, can not be selected if the format error
95+
2. Support drag and drop files to the path, manually modify the file to support the path (no detailed judgment, so do not challenge the robustness of the program, like normal use)
96+
3. Add the source file path, if the agreement on the corresponding function will automatically generate the output path identification capabilities will be added later
97+
O out decompile tag
98+
R rebuild rebuild logo
99+
S sign signature logo
100+
Z zipalign optimization logo
101+
d2j dex2Jar turn Jar logo
102+
dex dex DEX extract
103+
smali CS2SM turn Smail logo
104+
4. Select the corresponding function, click the Execute button (do not function transition animation to complete was executed according to LOG discretion, subsequent versions feature)
105+
5. Click Open to open the file to the corresponding output directory
106+
6. Click the button and swap exchange input and output path
107+
7. Support Log Export
108+
8. Detection plug-in version (subsequent versions feature)
109+
9. Set the panel to replace the default tool i apktool
110+
10. The most important point is that, please note that when you use some functions, the output file will be overwritten if it exists and do not prompt
111+
```
112+
### Update history:
113+
```
114+
August 2, 2016 AndroidCrackTool 2.4 (For MAC)
115+
May 9, 2016 AndroidCrackTool 2.3.2 (For MAC)
116+
January 26, 2016 AndroidCrackTool 2.2 (For MAC)
117+
January 13, 2016 AndroidCrackTool 2.0 (For MAC)
118+
December 31, 2015 AndroidCrackTool 1.0 (For MAC)
119+
```
120+
121+
```
122+
Thanks above plugin author
123+
In case of questions please private letter or e-mail feedback
124+
Have better suggestions welcome to put forward, as soon as possible to improve
125+
By Jermic
126+
127+
128+
```

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Android-Crack-Tool For Mac
33
================
44

5+
### [中文](https://github.com/Jermic/Android-Crack-Tool/blob/master/README.md)
6+
### [English](https://github.com/Jermic/Android-Crack-Tool/blob/master/README-EN.md)
7+
58
## 简介
69
本软件集成了Android开发中常见的一些编译/反编译工具,方便用户对Apk进行逆向分析,提供Apk信息查看功能.目前主要功能包括(详细使用方法见使用说明):
710

@@ -86,7 +89,6 @@ Android-Crack-Tool For Mac
8689
2.JDK
8790
测试了JDK8,其它版本系统未测试,如果出现问题邮件反馈一下
8891
```
89-
9092
### 使用说明:
9193
```
9294
1.点击浏览打开选择相应功能文件,如果格式错误将无法选中

0 commit comments

Comments
 (0)