apk-deeplink-extractor

GUI and CLI Tool for extracting deeplink schemas from android manifest file, using apktool

Build Status

Latest release 1.1.0

Building

Requirements

Build GUI

qmake apk_deeplink_extractor.pro
make
make install

Build CLI tool

qmake apk_deeplink_extractor.pro "CONFIG+=console"
make
make install

CLI tool usage (Reading directly manifest not implemented yet!)

Usage: ./ApkDeeplinkExtractor [options] source
Tool for extracting deeplink schemas from android manifest file, using apktool

Options:
  -h, --help          Displays this help.
  -v, --version       Displays version information.
  -j, --json          Show list as json array
  -i, --intent        Show deeplinks as chrome intent
  -o, --output        Directory where will extracted apk file. Default: /tmp
  -f, --overwriteAll  Clear all data in temporary output directory (if apk selected)

Arguments:
  source              Apk file path or AndroidManifest.xml