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

This branch is 15 commits ahead of, 26 commits behind jmpews/Dobby:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b34b77 · Aug 30, 2024
Aug 30, 2024
Dec 28, 2021
Apr 14, 2023
Apr 14, 2023
Mar 28, 2023
Mar 28, 2023
Apr 14, 2023
Feb 3, 2023
Mar 3, 2023
Aug 30, 2024
Nov 13, 2022
Apr 29, 2021
Jun 28, 2022
Jun 28, 2024
Oct 10, 2018
Jun 28, 2024

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%