Skip to content
/ Dobby Public
forked from jmpews/Dobby

Dobby hook framework, specifically for Android

License

Notifications You must be signed in to change notification settings

Xuoos/Dobby

 
 

Repository files navigation

Dobby

Dobby is a lightweight, multi-platform, multi-architecture exploit hook framework.

  • Minimal and modular library
  • Multi-platform support(Windows/macOS/iOS/Android/Linux)
  • Multiple architecture support(X86, X86-64, ARM, ARM64)

CMake

Add this to CMakeLists.txt:

add_subdirectory(Dobby)
target_link_libraries(${CMAKE_PROJECT_NAME} dobby_static)

Android.mk

Work in progress...

Acknowledgments

jmpews

yujincheng08

segfault-bilibili

About

Dobby hook framework, specifically for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.1%
  • C 21.6%
  • CMake 4.5%
  • Python 1.3%
  • Assembly 0.6%
  • Shell 0.5%
  • Other 0.4%