Skip to content

zenjian/FAInHook

 
 

Repository files navigation

Android So Inline hook.

You can add FAInHook in your project by adding follow cmake config in your CMakeLists.txt

set(FA_STATIC on) # set this if you want to build FAGotHook as a static library

add_directory(path/to/FAInHook)

target_link_libraries( ${ProjectName} FAGotHook)

see main.cpp to find how to use

This project is still in developed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%