Postingan

Menampilkan postingan dengan label Bongkar Apk

Apktool dan Cara Menggunakannya

Gambar
Buat yg Mau/suka Oprek file APK, apktool + SignApk   >   Mediafire Downlod 2.72Mb library   ( framework-res.ap k dan   SystemUI.apk ) dari   GB,ICS,JB   >   Mediafire Downlod 19.52Mb Cara pakai :   Cara install/konfigurasi AWAL Apktool : apktool if (lokasi framework dan SystemUI) contoh : apktool if D:\lib-gb\framework-res.apk apktool if D:\lib-gb\SystemUI.apk   Ilustrasi Gambar :   Cara gunain ApkTool DECOMPILE   apktool d (path file apk)  (path folder tujuan)   contoh : apktool d D:\instagram.apk C:\apktool\decompile\instagram\   Ilustrasi Gambar :     Contoh folder hasil decompile :   RECOMPILE apktool b   (path folder hasil decompile) (path file apk baru) contoh : apktool b C:\apktool\decompile\instagram\  C:\apktool\recompile\instagram-new.apk   Ilustrasi Gambar :     SIGN-APK   java -jar si...