Update README.md

This commit is contained in:
Martmists 2021-02-16 09:31:33 +01:00 committed by GitHub
parent 9b2f6adca0
commit 9ef994ebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.