NAME
fapk - extract apks from an Android device
SYNOPSIS
usage: fapk [-V | --version] [-h | --help] [-f | --force]
[-o | --output-dir] [-c | --create-dir]
<command> [<args>]
DESCRIPTION
fapk is a tool that will extract all Android apk (app) binaries, including most system and preinstalled binaries, from a connected device. This tool can also reverse engineer the apks (via jadx). Note: requires adb.
OPTIONS
-o, --output-dir ......... specify output directory [default: '.']
-c, --create-dir ........ create directory if does not exist [default: false]
-f, --force ............. overwrite apks [default: false]
COMMANDS
extract ................. extract apks from connected device
decompile ............... decompile apk with jadx
FILES
EXAMPLES
Examples
$ fapk extract
$ fplist extract -f -o /tmp
BUGS
AUTHOR
Andrew Hoog <ahoog at hack42labs dot com>