Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 505 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 505 Bytes

Package Finder

Web APP to obtain an Android Package name by inputting the Applications name.

Usage

First Install the node dependencies

npm install

Then run the script

node app.js

After that open the index.html file in your browser and you are good to go. First check the ADB connection and then enter the name of the application you want to search for. Requires a device connected via ADB

Dependencies

  • NodeJS
  • ADB

License

GNU General Public License v3.0