Android-ModMenu-SemiJni
Floating mod menu based on jni for il2cpp and other native android games by LGLTeam.
File Explorer
- gradle.yml
- LGLClickListener.java
- Logcat.java
- MainActivity.java
- Menu.java
- Preferences.java
- Views.java
- Classes.h
- Struct.h
- imgui_impl_android.cpp
- imgui_impl_android.h
- imgui_impl_opengl3.cpp
- imgui_impl_opengl3.h
- imgui_impl_opengl3_loader.h
- Font.h
- icon.h
- Iconcpp.h
- IconsFontAwesome.h
- imconfig.h
- imgui.cpp
- imgui.h
- imgui_demo.cpp
- imgui_draw.cpp
- imgui_internal.h
- imgui_tables.cpp
- imgui_widgets.cpp
- imstb_rectpack.h
- imstb_textedit.h
- imstb_truetype.h
- stb_image.c
- stb_image.h
- Utils.h
- Logger.h
- Macros.h
- obfuscate.h
- Utils.h
- Api.h
- JniP.h
- KittyMemory.cpp
- KittyMemory.h
- KittyUtils.cpp
- KittyUtils.h
- MemoryBackup.cpp
- MemoryBackup.h
- MemoryPatch.cpp
- MemoryPatch.h
- Il2Cpp.cpp
- Il2Cpp.h
- Il2CppType.h
- Quaternion.hpp
- Vector2.hpp
- Vector3.hpp
- CMakeLists.txt
- Main.cpp
- Menu.h
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
Base64
View Details ▼
Base64
Encode or decode file or `stdin` to/from Base64, to `stdout`.
base64 {{path/to/file}}
Encode a file:
base64 {{[-i|--input]}} {{path/to/file}}
Encode a file to `stdout`:
base64 {{[-i|--input]}} {{path/to/file}}
Encode a file to `stdout`:
// repository documentation
Was this content helpful?
(0 ratings)
