项目作者: projectbtle

项目描述 :
Androguard-based program slicing tool to extract Bluetooth Low Energy UUIDs from Android APKs.
高级语言: Python
项目地址: git://github.com/projectbtle/UUID-Extractor.git
创建时间: 2020-02-09T19:20:59Z
项目社区:https://github.com/projectbtle/UUID-Extractor

开源协议:

下载


UUID Extractor

Androguard-based program slicing tool to extract UUIDs from APKs

Usage

Navigate to src folder and execute:

  1. usage: main_uuid.py [-h] [-f FILE] [-d DIR] [-a APK]
  2. Extract UUIDs.
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. -f FILE, --file FILE Get APK list from file. File must contain absolute paths to APKs.
  6. -d DIR, --dir DIR Enumerate APKs in a directory. Argument must specify absolute path to directory.
  7. -a APK, --apk APK Extract from a single APK.