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
- Host: GitHub
- URL: https://github.com/fpg1503/literatusrobotum
- Owner: fpg1503
- License: mit
- Created: 2016-11-24T02:50:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T10:19:55.000Z (over 9 years ago)
- Last Synced: 2025-01-26T11:25:08.074Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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