File: apktool.1

package info (click to toggle)
apktool 2.7.0%2Bdfsg-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,576 kB
  • sloc: java: 13,070; xml: 445; sh: 170; makefile: 14
file content (56 lines) | stat: -rw-r--r-- 1,410 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
.TH APKTOOL "1" "February 2016" "apktool" "User Commands"
.SH NAME
apktool \- tool for reverse engineering Android apk files
.SH DESCRIPTION
.TP
usage: apktool
.TP
\fB\-advance\fR,\-\-advanced
prints advance information.
.TP
\fB\-version\fR,\-\-version
prints the version then exits
.PP
usage: apktool if|install\-framework [options] <framework.apk>
.TP
\fB\-p\fR,\-\-frame\-path <dir>
Stores framework files into <dir>.
.TP
\fB\-t\fR,\-\-tag <tag>
Tag frameworks using <tag>.
.PP
usage: apktool d[ecode] [options] <file_apk>
.TP
\fB\-f\fR,\-\-force
Force delete destination directory.
.TP
\fB\-o\fR,\-\-output <dir>
The name of folder that gets written. Default is apk.out
.TP
\fB\-p\fR,\-\-frame\-path <dir>
Uses framework files located in <dir>.
.TP
\fB\-r\fR,\-\-no\-res
Do not decode resources.
.TP
\fB\-s\fR,\-\-no\-src
Do not decode sources.
.TP
\fB\-t\fR,\-\-frame\-tag <tag>
Uses framework files tagged by <tag>.
.PP
usage: apktool b[uild] [options] <app_path>
.TP
\fB\-f\fR,\-\-force\-all
Skip changes detection and build all files.
.TP
\fB\-o\fR,\-\-output <dir>
The name of apk that gets written. Default is dist/name.apk
.TP
\fB\-p\fR,\-\-frame\-path <dir>
Uses framework files located in <dir>.
.PP
For additional info, see: http://ibotpeaches.github.io/Apktool/
For smali/baksmali info, see: http://code.google.com/p/smali/
.PP