Skip to content

Reverse Engineering of ViPER4Android FX

Notifications You must be signed in to change notification settings

fumagad/ViPERFX_RE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

CLion

Make sure to install ninja In CLion, make sure to set the following custom arguments: -DCMAKE_TOOLCHAIN_FILE=<NDKROOT>/build/cmake/android.toolchain.cmake -DANDROID_ABI=<ABI> -G Ninja Then you can build the project with ninja instead of make

Credits

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

About

Reverse Engineering of ViPER4Android FX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.6%
  • C++ 18.1%
  • CMake 0.3%