Skip to content

Deeeeper, decompile APK, find hidden activities, and expose deeplinks.

License

Notifications You must be signed in to change notification settings

0xAlmighty/Deeeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deeeeper 🕵️‍♂️📱

Deeeeper, the tool to go deep into the heart of Android applications. Deeeeper decompile APK files and uncover hidden activities and deeplinks.

🌟 Features

  • Decompile APKs: Using APKtool to decompile APKs.
  • Extract Components: Quickly pull out activities, services, receivers, and their intents.
  • Deeplink Discovery: Identify and construct deeplink URIs to understand how apps communicate.
  • Colorful Console Output: Because who doesn't like a bit of color in their terminal?

Requirements

  • Go 1.22.0 or later
  • apktool

Get started with Deeeeper in just a few steps:

Download the release from the release page

  1. Clone the repository
git clone https://github.com/0xAlmighty/deeeeper.git
  1. Change to the git directory
cd deeeeper
  1. Build
go build

🚀 Usage

Run Deeeeper with the following commands:

To decompile an APK and analyze its components:

./deeeeper -apk path/to/your/app.apk

If APK is already decompiled, target the folder:

./deeeeper -folder path/to/your/folder

Need help? Just ask:

./deeeeper --help

Usage: deeeeper [OPTIONS]
Options:
  -apk <path>       Path to the APK file to be decompiled
  -folder <path>    Folder to search in if APK is already decompiled
  -h, --help        Display this help and exit

🤝 Contributing

Your contributions are what make the magic happen! Whether you're fixing bugs, adding new features, or improving documentation, we welcome your pull requests and issues.

Feel free to reach out.

📜 License

Deeeeper is made available under the MIT License. For more details, see the LICENSE file.

📢 Let's work

I'm excited to see how Deeeeper evolves with you input. Don't hesitate to reach out, propose changes, or simply star 🌟 the project if you find it useful.

Happy hacking!

About

Deeeeper, decompile APK, find hidden activities, and expose deeplinks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages