/Dobby

Dobby hook framework, specifically for Android

Primary LanguageC++Apache License 2.0Apache-2.0

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