Comment on Israeli Mossad launches cyber challengeparentComments−mrlatinos7yIf you deconstruct the APK, you'll find a C script that prints a message - "You really think it was the Saudis? :)" /s−rock_artist7ySo far I've just used those decompile services online and it seems it's Flutterpackage com.iwalk.locksmither;import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant;public class MainActivity extends FlutterActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); GeneratedPluginRegistrant.registerWith(this); } }In terms of permissions, it asks for INTERNET.−1f60c7yHere's the VirusTotal page: https://www.virustotal.com/#/file/f422d8ceef1a2c3cd6cce10c83...
Comments
If you deconstruct the APK, you'll find a C script that prints a message - "You really think it was the Saudis? :)" /s
So far I've just used those decompile services online and it seems it's Flutter
package com.iwalk.locksmither;
import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); GeneratedPluginRegistrant.registerWith(this); } }
In terms of permissions, it asks for INTERNET.
Here's the VirusTotal page: https://www.virustotal.com/#/file/f422d8ceef1a2c3cd6cce10c83...