Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructured, sorted and deleted dead links #4

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
10c9f3e
Added ApkEasyTool, cutter, Ghidra and Bytecodeviewer
metzger100 Apr 20, 2022
182e5db
Update README.md
metzger100 Apr 20, 2022
6ae91cd
Start of the sorting and restructuring.
metzger100 Apr 20, 2022
f03f303
Merge branch 'main' of https://github.com/metzger100/android-modding
metzger100 Apr 20, 2022
e1f8606
fixed Header.
metzger100 Apr 20, 2022
3202093
Some sorting and Filtering
metzger100 Apr 21, 2022
62d8b19
Finished Frida
metzger100 Apr 21, 2022
aa8fe56
Finished C++ Libs
metzger100 Apr 21, 2022
6a9e7df
Finished Dumpers
metzger100 Apr 21, 2022
d125caf
finished C++Libs
metzger100 Apr 21, 2022
0722c64
Finished Frida
metzger100 Apr 21, 2022
db52778
Finished IDA
metzger100 Apr 21, 2022
a40228a
Typoes
metzger100 Apr 21, 2022
0da59e2
Finished ModdingTutorials
metzger100 Apr 21, 2022
6a3f02b
Finished HookingLibs
metzger100 Apr 21, 2022
15bbd47
Finished Packers
metzger100 Apr 21, 2022
5a98814
Finished Virtual Engines
metzger100 Apr 21, 2022
6bdbb47
Finished Other
metzger100 Apr 21, 2022
4a5db0d
Finished ModMenuTemplates
metzger100 Apr 21, 2022
a30b9fe
Finished ModdingTools. Some stuff left to sort.
metzger100 Apr 21, 2022
61002b7
first rewrite of README
metzger100 Apr 21, 2022
9b4d047
Updated README
metzger100 Apr 21, 2022
ebeff7c
Update README
metzger100 Apr 21, 2022
f8e062c
Restructure
metzger100 Apr 21, 2022
27bd63e
finished README
metzger100 Apr 21, 2022
7bed375
Update README.md
metzger100 Apr 22, 2022
0becb82
Update ModdingTools.md
metzger100 Apr 22, 2022
3815b48
Rename ModdingProjects+Tutorials.md to ModdingProjects&Tutorials.md
metzger100 Apr 28, 2022
6e5f3ce
Update README.md
metzger100 Apr 28, 2022
8766c6b
Update README.md
metzger100 Apr 28, 2022
7c89778
Update ModdingTools.md
metzger100 Apr 28, 2022
319ab35
Update README.md
metzger100 Apr 28, 2022
ab13fc2
Update Dumpers&Unpackers.md
metzger100 Apr 28, 2022
2418e48
Update C++Libraries.md
metzger100 Apr 28, 2022
e7be862
Update ModdingTools.md
metzger100 Apr 28, 2022
c2c22ba
Update IDA&ReverseEngineeringPlatforms.md
metzger100 Apr 28, 2022
c0f4158
Update Dumpers&Unpackers.md
metzger100 Jun 9, 2022
577aae3
Update Dumpers&Unpackers.md
metzger100 Jun 9, 2022
0782640
Update ModdingTools.md
metzger100 Jun 9, 2022
038192e
Update IDA&ReverseEngineeringPlatforms.md
metzger100 Jun 9, 2022
4cc6c66
Update IDA&ReverseEngineeringPlatforms.md
metzger100 Jun 9, 2022
383ec4c
Update Other.md
metzger100 Jun 9, 2022
6718f0a
Update Packers&Protectors.md
metzger100 Jun 9, 2022
3082de5
Update C++Libraries.md
metzger100 Jun 9, 2022
f5296a4
Update HookingLibs+Templates.md
metzger100 Jun 9, 2022
1d01984
Update ModdingProjects&Tutorials.md
metzger100 Jun 9, 2022
2fda887
Update ModdingTools.md
metzger100 Jun 9, 2022
23e5cb2
Update IDA&ReverseEngineeringPlatforms.md
metzger100 Jun 9, 2022
c17a0ed
Update VirtualEngines.md
metzger100 Jun 9, 2022
6756b9c
Update README.md
metzger100 Mar 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions C++Libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# C++ Libraries

## List below is about general C++Libs:

[Emulator-Android-External-Memory-Hacking](https://github.com/Mst1k/Emulator-Android-External-Memory-Hacking) by Mst1k : android process/memory library root.

[KittyMemory](https://github.com/MJx0/KittyMemory) by MJx0 : This library aims for runtime code patching for both Android and iOS.

[NativeIORedirect](https://github.com/dolphinwang/NativeIORedirect) by dolphinwang : Native IO Redirect implementation for Android.

[PeachPatch](https://github.com/HimekoEx/PeachPatch) by HimekoEx : Android Runtime Code Patch.

## List below is about IL2CPP/Unity:

[ByNameModding](https://github.com/geokar2006/ByNameModding) by geokar2006 : Modding il2cpp games by classes, methods, fields names.

[Collection-Chams-For-IL2CPP-Unity-Games](https://github.com/DarksideH/Collection-Chams-For-IL2CPP-Unity-Games) by DarksideH : Collection Chams for IL2CPP Unity Game.

[il2cpp-hacking](https://github.com/Octowolve/il2cpp-hacking) by Octowolve : POC for modding il2cpp using il2cpp functions.

[il2cpp_mono_string](https://github.com/geokar2006/il2cpp_mono_string) by geokar2006 : Working il2cpp(mono) string for hacking unity il2cpp games.

[IL2CPP_Resolver](https://github.com/sneakyevilSK/IL2CPP_Resolver) by sneakyevilSK : A run-time API resolver for IL2CPP Unity.

[IL2CppResolver](https://github.com/MJx0/IL2CppResolver) by : Resolve il2cpp calls for internal unity engine functions.

[ImGui-Text-Marquee](https://github.com/Rev/ImGui-Text-Marquee) by Rev : An easy way to make a text marquee using ImGui.

[ImGui-Rainbow-Colour-Cycler](https://github.com/Rev/ImGui-Rainbow-Colour-Cycler) by Rev : An easy way to make a cool rainbow colour cycler using ImGui.

[MonoString](https://github.com/FateHack/MonoString) by FateHack : The string class of the il2cpp game implements the conversion and modification of char* and std::string.

[Unity-Mods](https://github.com/Octowolve/Unity-Mods) by Octowolve : A collection of unity mods.

[UnityStuff](https://github.com/kp7742/UnityStuff) by kp7742 : A collection of structs and other useful things for hacking 64 bit iOS Unity games.

[XIL2CppDumper](https://github.com/4ch12dy/XIL2CppDumper) by 4ch12dy : IL2CppDumper written in C++.
61 changes: 61 additions & 0 deletions Dumpers&Unpackers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Dumping and Unpacking

## List below is about Dumpers and Unpackers:

[android-unpacker](https://github.com/strazzere/android-unpacker) by strazzere : Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0.

[android_unpacker](https://github.com/CheckPointSW/android_unpacker) by CheckPointSW : A (hopefully) generic unpacker for packed Android apps.

[AppSpear](https://github.com/UchihaL/AppSpear) by UchihaL : a universal and automated unpacking system.

[BlackDex](https://github.com/CodingGay/BlackDex) by CodingGay : An android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment, can run on any Android mobile phones or emulators, and can unpack APK files in several seconds.

[dexdump](https://github.com/smartdone/dexdump) by smartdone : Xposed plug-in for quick release of the first generation shell.

[DexHunter](https://github.com/zyq8709/DexHunter) by zyq8709 : General Automatic Unpacking Tool for Android Dex Files.

[DumpDex](https://github.com/aos3618/DumpDex) by aos3618 : A very simple dump dex file unpacking tool based on Xposed.

[dumpDex](https://github.com/WrBug/dumpDex) by WrBug : An Android shelling tool, needs xposed support, easy development has integrated the project.

[drizzleDumper](https://github.com/DrizzleRisk/drizzleDumper) by DrizzleRisk : drizzleDumper is an Android shelling tool based on memory search.

[Mem2Dumper](https://github.com/Goxome/Mem2Dumper) by Goxome : Dump Memory Segment From Process Memory and Rebuild ELF So Binaries.

[MemDumper](https://github.com/kp7742/MemDumper) by kp7742 : Dump Memory of Process in Android.

## List below is about IL2CPP Dumpers and Unpackers:

[Beebyte-Deobfuscator](https://github.com/OsOmE1/Beebyte-Deobfuscator) by OsOmE1 : A plugin for Il2CppInspector that performs quasi deobfuscation.

[Compiled-Beeless-BeeByte-DeObfuscator](https://github.com/SliceCast/Compiled-Beeless-BeeByte-DeObfuscator) by SliceCast : Compiled Beeless BeeByte deobfuscator.

[Dumpity](https://github.com/sc2ad/Dumpity) by sc2ad : An IL2CPP Dumper that dumps all types into classes that can support reading and writing from .assets files.

[Il2CppDumper GUI](https://github.com/AndnixSH/Il2CppDumper-GUI) by AndnixSH : Simple GUI version of Il2CppDumper

[Il2CppDumper YuanShen](https://github.com/kagurazakasanae/Il2CppDumper-YuanShen) by kagurazakasanae : Modified version of Il2CppDumper allows you to dump methods of UserAssembly.dll of the game Genshin Impact.

[Il2CppDumper-HI3](https://github.com/AndnixSH/Il2CppDumper-HI3) by AndnixSH : Modified Il2CppDumper which can decrypt and dump Honkai Impact 3rd games.

[Il2CppDumper-Linux](https://github.com/BryanGIG/Il2CppDumper-Linux) by BryanGIG : Unity il2cpp reverse engineer [Linux] .

[Il2CppDumper](https://github.com/Perfare/Il2CppDumper) by Perfare : An il2cpp dumper.

[Il2CppDumper](https://github.com/Jumboperson/Il2CppDumper) by Jumboperson : Better version of PokemonGoDumper.

[Il2CppInspector](https://github.com/djkaty/Il2CppInspector) by djkaty : A powerful automated tool for reverse engineering Unity IL2CPP binaries.

[Il2CppInspectorPlugins](https://github.com/djkaty/Il2CppInspectorPlugins) by djkaty : The official repository of plugins for Il2CppInspector.

[Il2CppTranslator](https://github.com/BitCrackers/Il2CppTranslator) by BitCrackers : A library to help make deobfuscation plugins for Il2CppInspector.

[Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper) by Perfare : Using Riru to dump il2cpp data at runtime.

[Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper) by Perfare : Using Zygisk to dump il2cpp data at runtime.

## List below is about Unreal Dumpers and Unpackers:

[UE4Dumper](https://github.com/kp7742/UE4Dumper) by kp7742 : Unreal Engine 4 Dumper - Dump libUE4.so and Generate Structure SDK.

[UnrealDumper-4.25](https://github.com/guttir14/UnrealDumper-4.25) by guttir14 : Unreal Engine 4.23-4.27 Dumper.
42 changes: 42 additions & 0 deletions Frida.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Frida

## List below is about Frida and general plugins:

**Frida:**

[frida](https://github.com/frida/frida) by frida : A dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

**Extensions:**

[android-inject-custom](https://github.com/oleavr/android-inject-custom) by oleavr : Example showing how to use Frida for standalone injection of a custom payload.

[android-injector](https://github.com/hacksysteam/android-injector) by hacksysteam : Android Shared Object Injector using Frida.

[frida_bypass_ssl_example](https://github.com/lasting-yang/frida_bypass_ssl_example) by lasting-yang : Some tips for frida to assist packet capture.

[FRIDA-DEXDump](https://github.com/hluwa/FRIDA-DEXDump) by hluwa : Fast search and dump dex on memory.

[frida_dump](https://github.com/lasting-yang/frida_dump) by lasting-yang : frida dump dex, frida dump so.

[Frida-Injector-for-Android](https://github.com/TimScriptov/Frida-Injector-for-Android) by TimScriptov : Frida injector for Android.

[frida-ios-hook](https://github.com/noobpk/frida-ios-hook) by noobpk : A script that helps you trace classes, functions, and modify the return values of methods on iOS platform.

[frida-unpack](https://github.com/dstmath/frida-unpack) by dstmath : Frida-based shelling tool.

[FridaAndroidInjector](https://github.com/iGio90/FridaAndroidInjector) by iGio90 : Inject frida agents on local processes through an Android app.

[fridump](https://github.com/Nightbringer21/fridump) by Nightbringer21 : A universal memory dumper using Frida.

[OkHttpLogger-Frida](https://github.com/siyujie/OkHttpLogger-Frida) by siyujie : Frida script to intercept okhttp packets.

[Patch Apk](https://github.com/NickstaDB/patch-apk) by NickstaDB : Wrapper to inject an Objection/Frida gadget into an APK.

[r2frida](https://github.com/nowsecure/r2frida) by nowsecure : Radare2 and Frida better together.

## List below is about IL2CPP for Frida:

[Frida Il2cpp](https://github.com/AeonLucid/frida-il2cpp) by AeonLucid : A helper library for those that want to play around with Unity il2cpp games.

[frida-il2cpp-bridge](https://github.com/vfsfitvnm/frida-il2cpp-bridge) by vfsfitvnm : Frida module to debug, dump, manipulate or hijack any IL2CPP application at runtime with a high level of abstraction, without needing the global-metadata.dat file.

65 changes: 65 additions & 0 deletions HookingLibs+Templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Hooking Libraries and Templates

## List below is about Android Hooking Libs and Tools:

[AndroidCydiaHook](https://github.com/russell-shizhen/AndroidCydiaHook) by russell-shizhen : Android Cydia Substrate hooks native C code.

[android-inline-hook](https://github.com/bytedance/android-inline-hook) by bytedance : An inline hook library for Android apps.

[Android-Inline-Hook](https://github.com/ele7enxxh/Android-Inline-Hook) by ele7enxxh : thumb16 thumb32 arm32 inlineHook in Android.

[Android_Inline_Hook](https://github.com/GToad/Android_Inline_Hook) by GToad: Native library hooking that works with thumb-2 and arm32.

[Android_InlineHook](https://github.com/zhuotong/Android_InlineHook) by zhuotong : Android inline hook framework.

[Android Inline Hook ARM64](https://github.com/GToad/Android_Inline_Hook_ARM64) by GToad : Native library hooking that works with arm64.

[And64InlineHook](https://github.com/Rprop/And64InlineHook) by Rprop : Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++.

[bhook](https://github.com/bytedance/bhook) by bytedance : A PLT hook framework for Android apps.

[cydiasubstrate_hooktools](https://github.com/F8LEFT/cydiasubstrate_hooktools) by F8LEFT : Java and jni partial function hook project.

[FamgyAndroidInject](https://github.com/famgy/FamgyAndroidInject) by famgy : Android native inject hook inlinehook.

[FastHook](https://github.com/turing-technician/FastHook) by turing-technician : Android ART Hook.

[LSPlant](https://github.com/LSPosed/LSPlant) by LSPosed : A hook framework for Android Runtime (ART).

[SandHook](https://github.com/ganyao114/SandHook) by ganyao114 : Android ART Hook/Native Inline Hook/Single Instruction Hook.

[Unity-Substrate-Hook-Android](https://github.com/jbro129/Unity-Substrate-Hook-Android) by jbro129 : Android Cydia Substrate MSHookFunction Used On Unity IL2CPP.

[VirtualFastHook](https://github.com/turing-technician/VirtualFastHook) by turing-technician : Android application hooking tool based on FastHook + VirtualApp.

[VirtualHook](https://github.com/PAGalaxyLab/VirtualHook) by PAGalaxyLab : Android application hooking tool based on VirtualApp.

[xHook](https://github.com/iqiyi/xHook) by iqiyi : A PLT hook library for Android native ELF.

## List below is about general Hooking Libs:

[ARMPatch](https://github.com/RusJJ/ARMPatch) by RusJJ : Just a hook for ARM applications based on ARMhook, on Cydia's Substrate and on Rprop's And64InlineHook.

[DInlineHook](https://github.com/dodola/DInlineHook) by dodola : Simple art inline hook .

[Dobby](https://github.com/jmpews/Dobby) by jmpews : A lightweight, multi-platform, multi-architecture hook framework.

[HookUnityEngineMethod](https://github.com/naivetang/HookUnityEngineMethod) by naivetang : Methods in Hook UnityEngine.

[Il2CppHook](https://github.com/sc2ad/Il2CppHook) by sc2ad : A multi-platform runtime hook library for IL2CPP. Provides various mod-related helper headers.

[MonoHook](https://github.com/Misaka-Mikoto-Tech/MonoHook) by Misaka-Mikoto-Tech : Hook C# method at runtime without modify dll file (such as UnityEditor.dll).

[MonoNativeHook](https://github.com/FateHack/MonoNativeHook) by FateHack : Hook image.namespace.class.method.

[whale](https://github.com/asLody/whale) by asLody : Hook Framework for Android/IOS/Linux/MacOS.

## List below is about Hooking Templates:

[Android-Hooking-Template](https://github.com/joeyjurjens/Android-Hooking-Template) by joeyjurjens : Just a simple hooking template which makes use of Cydia Substrate.

[HookDemo](https://github.com/13767004362/HookDemo) by 13767004362 : Android plug-in case.

[Hooking-and-Patching-android-template](https://github.com/Djngo/Hooking-and-Patching-android-template) by Djngo : Hooking and binary patching template using Substrate and KittyMemory respectively.

[VirtualHook_Mono_SO](https://github.com/cjyanyi/VirtualHook_Mono_SO) by cjyanyi : Unity .apk hooking demo based on VirtualApp.
53 changes: 53 additions & 0 deletions IDA&ReverseEngineeringPlatforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# IDA & reverse-engineering platforms

## List below is about IDA & reverse-engineering platforms:

**Actual Software to download.**


[cutter](https://github.com/rizinorg/cutter) by rizinorg : It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.

[Ghidra](https://github.com/NationalSecurityAgency/ghidra) by NSA : Ghidra is a software reverse engineering framework with a powerfull set of features and tools including a debugging mode.

[IDA-Pro-Leak](https://github.com/IDALeaker/IDA-Pro-Leak) by IDALeaker : Since the original ida pro leak repo got deleted, I decided to upload them here! Enjoy!


## List about Plugins for IDA Pro:

[Classy](https://github.com/RicBent/Classy) by RicBent : IDA Pro plugin to manage classes.

[diaphora](https://github.com/joxeankoret/diaphora) by joxeankoret : IDA advanced program diffing tool plugin.

[FindFunc](https://github.com/FelixBer/FindFunc) by FelixBer : An IDA Pro plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints.

[flare-ida](https://github.com/mandiant/flare-ida) by mandiant : IDA Pro utilities from FLARE team.

[GhIDA](https://github.com/Cisco-Talos/GhIDA) by Cisco-Talos : An IDA Pro plugin that integrates the Ghidra decompiler in IDA.

[HexRaysCodeXplorer](https://github.com/REhints/HexRaysCodeXplorer) by REhints : Hex-Rays Decompiler plugin for better code navigation.

[idaemu](https://github.com/36hours/idaemu) by 36hours : IDA plugin use for emulating code.

[idaplugins-list](https://github.com/onethawt/idaplugins-list) by onethawt : A list of IDA Plugins.

[Il2CppParser](https://github.com/tacesrever/Il2CppParser) by tacesrever : libil2cpp symbol parser for ida.

[LazyIDA](https://github.com/L4ys/LazyIDA) by L4ys : Make your IDA Lazy!

[patching](https://github.com/gaasedelen/patching) by gaasedelen : An Interactive Binary Patching Plugin for IDA Pro.

[proc_mem_ida_loader](https://github.com/gamozolabs/proc_mem_ida_loader) by gamozolabs : A /proc/mem IDA loader to snapshot a running process.

[SigMaker-x64](https://github.com/ajkhoury/SigMaker-x64) by ajkhoury : IDA SigMaker Plugin.

[sigmakerex](https://github.com/kweatherman/sigmakerex) by kweatherman : IDA Pro signature tool.

[lucid](https://github.com/gaasedelen/lucid) by gaasedelen : An Interactive Hex-Rays Microcode Explorer.

## List of Tools for IDA:

[Get-New-Offset-with-Pattern-Scan](https://github.com/MikaCybertron/Get-New-Offset-with-Pattern-Scan) by MikaCybertron : Tool to get new offsets with pattern scan for those who don't want to open IDA multiple times for games.

## List of Themes for IDA:

[pr701](https://github.com/pr701/dp701) by dp701 : Dark theme for IDA Pro.
60 changes: 60 additions & 0 deletions ModMenuTemplates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Mod Menu Templates:

## List below is about Mod Menu Templates:


[-Hard-Android-Menu-](https://github.com/KolanHacker/-Hard-Android-Menu-) by KolanHacker : A simple menu.

[Android-Hooking-Patching-Template](https://github.com/LGLTeam/Android-Hooking-Patching-Template) by LGLTeam : Hooking and Patching template for Android.

[Android-Mod-Menu](https://github.com/LGLTeam/Android-Mod-Menu) by LGLTeam : A mod menu template.

[Android-Mod-Menu-Animation](https://github.com/LGLTeam/Android-Mod-Menu-Animation) by LGLTeam : A mod menu template with animation.

[Animation-Menu-v1](https://github.com/raunakmods/Animation-Menu-v1) by raunakmods : A mod menu template that has custon animations.

[Alternative-Android-Mod-Menu](https://github.com/AlternativeAlse/Alternative-Android-Mod-Menu) by AlternativeAlse : A mod menu template.

[ClassicUnityModMenuAndroid](https://github.com/AndnixSH/ClassicUnityModMenuAndroid) by AndnixSH : A Unity DLL mod menu template.

[DLL-Mod-Menu](https://github.com/LGLTeam/DLL-Mod-Menu) by LGLTeam : A Unity DLL mod menu template.

[FloatingModMenu](https://github.com/MrIkso/FloatingModMenu) by MrIkso : A mod menu template.

[FloatingModMenu-Template](https://github.com/VanHoevenTR/FloatingModMenu-Template) by VanHoevenTR : Floating Mod Menu template for Android

[FrostyMenu](https://github.com/FrostyHacker/FrostyMenu) by FrostyHacker : A mod menu template.

[FwdAssaultPmt](https://github.com/FrostyHacker/FwdAssaultPmt) by FrostyHacker : A FWD Assault Platinmods mod menu template.

[GodsTeam-Mod-Menu](https://github.com/LGLTeam/GodsTeam-Mod-Menu) by LGLTeam : A mod menu template.

[iGMM](https://github.com/TheArmKing/iGMM) by TheArmKing : A Unity DLL mod menu template.

[iOS-Mod-Menu-Template-for-Theos](https://github.com/joeyjurjens/iOS-Mod-Menu-Template-for-Theos) by joeyjurjens : An iOS mod menu template.

[JFMODSMenu](https://github.com/FrostyHacker/JFMODSMenu) by FrostyHacker : A mod menu template.

[Mod-Menu-With-Memory-hack](https://github.com/LGLTeam/Mod-Menu-With-Memory-hack) by LGLTeam : Mod Menu with memory hack written in Java, which those functions would be called to lib. GameGuardian values can be used for it.

[MOD-MENU-WITH-MONOSTRING](https://github.com/AllanFuego/MOD-MENU-WITH-MONOSTRING) by AllanFuego : Mod menu template with MonoString hook support.

[Mod-Menu-Without-Overlay-Permission-Demo](https://github.com/LGLTeam/Mod-Menu-Without-Overlay-Permission-Demo) by LGLTeam : A mod menu template that doesn't need an overlay permission.

[ModMenu-CMODs](https://github.com/CoRingaModzOfficial/ModMenu-CMODs) by CoRingaModzOfficial : A mod menu template.

[New Mod Style Layout And Mod Menu](https://github.com/KMODs-dev/New-Mod-Style-Layout-And-Mod-Menu) by KMODs-dev : A mod menu template.

[PlatinmodsMenu](https://github.com/FrostyHacker/PlatinmodsMenu) by FrostyHacker : A Platinmods mod menu template.

[Substrate-Template-With-Mod-Menu](https://github.com/Octowolve/Hooking-Template-With-Mod-Menu) by Octowolve : A mod menu + hooking template.

[UnityMenu](https://github.com/TechXPlays/UnityMenu) by TechXPlays : A Unity DLL mod menu template.

[UnityModMenuAndroid](https://github.com/AndnixSH/UnityModMenuAndroid) by AndnixSH : A Unity DLL mod menu template.

[UnityPCModMenu](https://github.com/Francois284Modz/UnityPCModMenu) by Francois284Modz : A Unity DLL mod menu template.

[VipMod-Mod-Menu-With-Canvas](https://github.com/LGLTeam/VipMod-Mod-Menu-With-Canvas) by LGLTeam : A canvas-based mod menu template.


Loading