Skip to content

Comment on Israeli Mossad launches cyber challenge

Comments

Install a random app from Mossad on my phone? N-no, no I don’t think so.

Challenge is obviously meant to be reversing, not installing.

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.

Absolutely. Still funny.

lol my thoughts exactly...

AboutSource Built by g1lg1l

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