Enhancer
A powerful tool to inject assets, dex, manifest, resources & native (.so) libraries and sign the apk.
Features
- Change
targetSdkVersion
- Inject assets files
- Inject native (.so) libraries
- Inject dex files
- Inject extra resources
- Inject manifest.xml file.
- Sign the apk using your keystore file
Installation
Note: Before installing Enhancer, make sure that you've JDK 8 or above installed.
Windows
In PowerShell, run:
iwr https://raw.githubusercontent.com/jewelshkjony/Enhancer/2.0.0/install.ps1 -useb | iex
Linux and macOS
-
In the terminal, run:
curl https://raw.githubusercontent.com/jewelshkjony/Enhancer/2.0.0/install.sh -fsSL | sh
-
To run Enhancer write
chmod +x Enhancer.sh
on terminal.
Quick start
Now, that you've installed Enhancer, let's try this tool.
-
Open the terminal and write
Enhancer
.
This will show you some prompts.Enter apk path
: Set the path of the apk or drag the apk file here.Enter keystore path
: Set the keystore path or drag the keystore file here. Enhancer tool will use this keystore file to sign your apk.Want to change SDK version? Y/N
: WriteY
if you want to changetargetSdkVersion
. If you've enteredY
then it'll ask for entercompileSdkVersion
&compileSdkVersionCodeName
.Want to inject assets? Y/N
: If you want to inject assets file so writeY
now it'll ask for the directory path of asstes files.Want to inject native libraries? Y/N
: If you want to inject (.so) native libraries so writeY
now it'll ask for the directory path of native libraries.Want to inject dex files? Y/N
: If you want to inject .dex files so writeY
now it'll ask for the path of dex file. If you want to inject multiple files, separate the paths with commas.Want to inject extra resources? Y/N
: If you want to inject any additional resources so writeY
now it'll ask for resources directory path. It'll follow the name of directory to inject. If you want to inject multiple directory, separate the directory paths with commas.Want to inject manifest.xml? Y/N
: If you want to inject AndroidManifest.xml writeY
and set the path of Manifest.xml.
-
If you only want to sign the apk and don't want to inject anything so write
N
on every prompts. So the tool will skip the injecting process. When you're only signing the apk so the output apk will override the origianl apk. And if you're injecting assets or native (.so) libraries so the tool will provide a new apk (originalApk-enhanced.apk). -
That's it, now you can install the generated apk.
GitHub Repository
Stay updated with this repository for updates.
Support Me
If you like my work you can support me here. Your support will motivate me to do better.