Skip to content

Comment on Israeli Mossad launches cyber challengeparent

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.