From 9ef994ebe100fa947d10abef46929beb6df2bcb9 Mon Sep 17 00:00:00 2001 From: Martmists Date: Tue, 16 Feb 2021 09:31:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582dcb1..ade5a75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ViPERFX RE This is a project aimed to reverse-engineer ViPERFX. The version of the shared library used is the armv7 version -taken from the ViPER4Android Magisk apk. It was then imported in Ghidra and analyzed. +taken from the ViPER4Android Magisk apk (2.5.0.4). It was then imported in Ghidra and analyzed. There's a lot of code that doesn't quite make sense, and it's important to look at the bytecode if something seems strange. Liberties may be taken to write equivalent code in a mor readable way.