DemodAPK is a tool for modifying and editing an apk that has been decoded by APKEditor.
requirements.txt.
pip install demodapk
git clone https://github.com/Veha0001/DemodAPK.git
cd DemodAPK
pip install .
demodapk [Options] <apkdir_decoded/apk_file>
For more about options run the command with -h.
{
"DemodAPK": {
"com.demodapk.lite": {
"app_name": "DemodAPK",
"apkeditor": {
"jarpath": "~/.apkeditor/apkeditor.jar",
"javaopts": "-Xmx8G",
"output": "./build/DemodAPK",
"clean": false,
"dex": true
},
"commands": {
"quietly": true,
"begin": [
{"run": "hexsaly -c beta.json open $BASE/root/lib/arm64-v8a/libil2cpp.so","quiet": false},
"rm -r $BASE/root/lib/armeabi-v7a",
"./scripts/fixbluebutton.sh"
],
"end": [
{"run": "apksigner sign --key ./assets/keys/android.pk8 --cert ./assets/keys/android.x509.pem $BUILD","title":"Signing Build"}
]
},
"level": 2,
"package": "com.demodapk.hyper",
"facebook": {
"app_id": "2000000000001",
"client_token": "example_client_token",
"login_protocol_scheme": "fb2000000000001"
},
"manifest": {
"remove_metadata": ["com.google.android.gms.games.APP_ID"]
}
}
}
}
GNU GPL v3.0 - see LICENSE.
Open an issue or submit a pull request for improvements.