An open API service indexing awesome lists of open source software.

https://github.com/fpg1503/literatusrobotum

🔓 A simple Python script to extract desired strings from native Android libraries
https://github.com/fpg1503/literatusrobotum

Last synced: about 2 months ago
JSON representation

🔓 A simple Python script to extract desired strings from native Android libraries

Awesome Lists containing this project

README

          

# LiteratusRobotum
🔓 A simple Python script to extract desired strings from native Android libraries

# Usage

python3 extract.py -f -l -s

or

python3 extract.py -f -l -s

To see all the options use

python3 extract.py --help

For example: to extract all strings of length 20 simply run:

python3 extract.py -f myapp.apk -l mylib.so -s 20