Skip to main content

JADX Decompilation

Decompile the APK to readable Java code.

Start JADX

jadx-gui app.apk

Search Patterns

"0000fff0"           # Service UUID
"BluetoothGatt" # BLE code
"encrypt" # Crypto
"System.loadLibrary" # Native libs

Next Step

Continue with UUID Extraction.