Skip to content

fedes1to/XposedImGuiMenu

Repository files navigation

Xposed ImGui Menu

Uses Xposed's ZygoteInit function to inject the menu at runtime on Unity IL2CPP games.

This module works with LSPatch, this way you can have stealthy no root injection.

Cloning:

git clone --recursive https://github.com/fedes1to/XposedImGuiMenu.git --depth 1

TODO: Implement launcher.

Important info

This menu implements ImGui, libcURL, openSSL, KittyMemory, Dobby and Keystone, it does NOT support Vulkan.

Remember to modify accordingly the Inject.java, AndroidManifest.xml, build.gradle:app, GlobalSettings.hpp (BNM) and log.h files.

If you want to keep your menu safe from cracking we recommend Hikari and header string encryption (obfusheader or skCrypter work well).

To keep the final APK file as small and compatible as possible, compile for your specific target CPU architecture using abiFilters.

About

Xposed ImGui Injection for Unity Games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages