Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.18 KB

sieveable-tools

Tools for importing data into Sieveable

Build Status GitHub license

A tool for scraping and extracting the listing details information for an app from the Google Play Store. This tool generates a JSON file that can be imported into a MongoDB collection to store the listing details information.

A Python script for decoding apk files into their nearly origin files. It runs apktool on a list of apk files.

A tool for parsing Android XML layout files and storing them in one XML file to simplify UI analysis.

A Python script that copies AndroidManifest.xml files into a specific directory and renames them as packageName-versionCode.xml

A python script that extracts API calls used by the app. It searches for invoked methods in the smali files.

License

MIT