mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
13 lines
595 B
Markdown
13 lines
595 B
Markdown
![]() |
# 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.
|
||
|
|
||
|
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.
|
||
|
|
||
|
# Contributing
|
||
|
|
||
|
Feel free to PR in a more "clean" version of various methods, or general project cleanup.
|
||
|
You may rename fields, but ideally this is left until all methods are cleaned.
|