Skip to content

valium007/android-imgui-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-imgui-menu

Inject imgui menu at runtime.

Building

  • Install NDK
  • Change APP_ABI and APP_PLATFORM in Application.mk per your needs
git clone https://github.com/valium007/android-imgui-menu
cd android-imgui-menu
/path/to/NDK/ndk-build NDK_PROJECT_PATH=./ NDK_APPLICATION_MK=./Application.mk APP_BUILD_SCRIPT=./Android.mk

Injecting

Download AndKittyInjector and either use termux or adb to open a shell.

sudo ./AndKittyInjector -pkg package-name -lib libdraw.so -dl_memfd

Credits

  • Dear ImGui - Bloat-free Graphical User interface
  • xHook - A PLT hook library for Android native ELF
  • AndKittyInjector - Inject a shared library into a process using ptrace

About

Inject imgui at runtime without magisk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published