Reverse Engineering of ViPER4Android FX
Go to file
2021-07-28 23:50:34 +02:00
include/hardware crevmodel 2021-07-28 00:35:19 +02:00
src work on HighShelf 2021-07-28 23:50:34 +02:00
.gitignore initial commit 2021-07-27 09:47:15 +02:00
CMakeLists.txt work on HighShelf 2021-07-28 23:50:34 +02:00
README.md readme and depthsurround 2021-07-28 12:40:34 +02:00

ViPERFX_RE

This is a reverse-engineering project aimed to make ViPER4Android more easy to access, modify, and improve. Some QOL changes have been made, such as processing audio as float32, removing unused code, using more modern libraries, etc. To view the progress, see Issue #2

Building

  • Install the NDK, CMake and Make.
  • Run cmake . -DCMAKE_TOOLCHAIN_FILE=<NDKROOT>/build/cmake/android.toolchain.cmake -DANDROID_ABI=<ABI> where is where you installed the NDK and is the target ABI to build for.
  • Run make
  • You should now find a libv4afx_r.so file in your project root.

Credits

Zhuhang and ViPER520 for making ViPER4Android Martmists and Iscle for reverse-engineering