Skip to content

Commit 6ae91cd

Browse files
committed
Start of the sorting and restructuring.
1 parent 10c9f3e commit 6ae91cd

File tree

11 files changed

+787
-0
lines changed

11 files changed

+787
-0
lines changed

C++Libs/C++Libraries.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# C++ Libraries
2+
3+
List below is about C++Libs:
4+
5+
6+
[KittyMemory](https://github.com/MJx0/KittyMemory) by MJx0 : This library aims for runtime code patching for both Android and iOS.
7+
8+
[ByNameModding](https://github.com/geokar2006/ByNameModding) by geokar2006 : Modding il2cpp games by classes, methods, fields names.
9+
10+
[il2cpp-hacking](https://github.com/Octowolve/il2cpp-hacking) by Octowolve : POC for modding il2cpp using il2cpp functions.
11+
12+
[MonoDumperKit](https://github.com/MJx0/MonoDumperKit) by MJx0 : DLL dumper for mono backend games.
13+
14+
[MonoInjectorKit](https://github.com/MJx0/MonoInjectorKit) by MJx0 : DLL injector for mono backend games.
15+
16+
[IL2CppResolver](https://github.com/MJx0/IL2CppResolver) by : Resolve il2cpp calls for internal unity engine functions.
17+
18+
[Unity-Mods](https://github.com/Octowolve/Unity-Mods) by Octowolve : A collection of unity mods.
19+
20+
[il2cpp_mono_string](https://github.com/geokar2006/il2cpp_mono_string) by geokar2006 : Working il2cpp(mono) string for hacking unity il2cpp games.
21+
22+
[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.
23+
24+
[UnityStuff](https://github.com/kp7742/UnityStuff) by kp7742 : A collection of structs and other useful things for hacking 64 bit iOS Unity games.
25+
26+
[XIL2CppDumper](https://github.com/4ch12dy/XIL2CppDumper) by 4ch12dy : IL2CppDumper written in C++.
27+
28+
[NativeIORedirect](https://github.com/dolphinwang/NativeIORedirect) by dolphinwang : Native IO Redirect implementation for Android.
29+
30+
[PeachPatch](https://github.com/HimekoEx/PeachPatch) by HimekoEx : Android Runtime Code Patch.
31+
32+
[ImGui-Text-Marquee](https://github.com/Rev/ImGui-Text-Marquee) by Rev : An easy way to make a text marquee using ImGui.
33+
34+
[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.
35+
36+
[Collection-Chams-For-IL2CPP-Unity-Games](https://github.com/DarksideH/Collection-Chams-For-IL2CPP-Unity-Games) by DarksideH : Collection Chams for IL2CPP Unity Game.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Dumping and Unpacking
2+
3+
List below is about Dumpers and Unpackers:
4+
5+
6+
[Il2CppDumper](https://github.com/Perfare/Il2CppDumper) by Perfare : An il2cpp dumper.
7+
8+
[Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper) by Perfare : Using Riru to dump il2cpp data at runtime.
9+
10+
[Il2CppInspector](https://github.com/djkaty/Il2CppInspector) by djkaty : A powerful automated tool for reverse engineering Unity IL2CPP binaries.
11+
12+
[Il2CppInspectorPlugins](https://github.com/djkaty/Il2CppInspectorPlugins) by djkaty : The official repository of plugins for Il2CppInspector.
13+
14+
[Il2CppTranslator](https://github.com/BitCrackers/Il2CppTranslator) by BitCrackers : A library to help make deobfuscation plugins for Il2CppInspector.
15+
16+
[Beebyte-Deobfuscator](https://github.com/OsOmE1/Beebyte-Deobfuscator) by OsOmE1 : A plugin for Il2CppInspector that performs quasi deobfuscation.
17+
18+
[Compiled-Beeless-BeeByte-DeObfuscator](https://github.com/SliceCast/Compiled-Beeless-BeeByte-DeObfuscator) by SliceCast : Compiled Beeless BeeByte deobfuscator.
19+
20+
[Il2CppDumper](https://github.com/Jumboperson/Il2CppDumper) by Jumboperson : Better version of PokemonGoDumper.
21+
22+
[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.
23+
24+
[Il2CppDumper GUI](https://github.com/AndnixSH/Il2CppDumper-GUI) by AndnixSH : Simple GUI version of Il2CppDumper
25+
26+
[Il2CppDumper-HI3](https://github.com/AndnixSH/Il2CppDumper-HI3) by AndnixSH : Modified Il2CppDumper which can decrypt and dump Honkai Impact 3rd games.
27+
28+
[PokemonGoDumper](https://github.com/Jumboperson/PokemonGoDumper) by Jumboperson : A POC way to dump Pokemon Go.
29+
30+
[UE4Dumper](https://github.com/kp7742/UE4Dumper) by kp7742 : Unreal Engine 4 Dumper - Dump libUE4.so and Generate Structure SDK.
31+
32+
[UnrealDumper-4.25](https://github.com/guttir14/UnrealDumper-4.25) by guttir14 : Unreal Engine 4.23-4.27 Dumper.
33+
34+
[UE4SDKGenerator](https://github.com/D-R-99/UE4SDKGenerator) by D-R-99 : Unrealengine4 SDK Generator for Android supports UE4.18 to UE4.22.
35+
36+
[LibDumper](https://github.com/BryanGIG/LibDumper) by BryanGIG : APK For Dumping Memory libil2cpp.so / libUE4.so from memory.
37+
38+
[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.
39+
40+
[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.
41+
42+
[MemDumper](https://github.com/kp7742/MemDumper) by kp7742 : Dump Memory of Process in Android.
43+
44+
[DumpDex](https://github.com/aos3618/DumpDex) by aos3618 : A very simple dump dex file unpacking tool based on Xposed.
45+
46+
[dumpDex](https://github.com/WrBug/dumpDex) by WrBug : An Android shelling tool, needs xposed support, easy development has integrated the project.
47+
48+
[drizzleDumper](https://github.com/DrizzleRisk/drizzleDumper) by DrizzleRisk : drizzleDumper is an Android shelling tool based on memory search.
49+
50+
[android_unpacker](https://github.com/CheckPointSW/android_unpacker) by CheckPointSW : A (hopefully) generic unpacker for packed Android apps.
51+
52+
[AppSpear](https://github.com/UchihaL/AppSpear) by UchihaL : a universal and automated unpacking system.
53+
54+
[android-unpacker](https://github.com/strazzere/android-unpacker) by strazzere : Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0.
55+
56+
[DexHunter](https://github.com/zyq8709/DexHunter) by zyq8709 : General Automatic Unpacking Tool for Android Dex Files.
57+
58+
[dexdump](https://github.com/smartdone/dexdump) by smartdone : Xposed plug-in for quick release of the first generation shell.

Frida/Frida.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Frida
2+
3+
List below is about Frida:
4+
5+
6+
[frida](https://github.com/frida/frida) by frida : A dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
7+
8+
[Frida Il2cpp](https://github.com/AeonLucid/frida-il2cpp) by AeonLucid : A helper library for those that want to play around with Unity il2cpp games.
9+
10+
[FRIDA-DEXDump](https://github.com/hluwa/FRIDA-DEXDump) by hluwa : Fast search and dump dex on memory.
11+
12+
[strongR-frida-android](https://github.com/hluwa/strongR-frida-android) by hluwa : Anti-detection version of frida-server for android.
13+
14+
[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.
15+
16+
[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.
17+
18+
[fridump](https://github.com/Nightbringer21/fridump) by Nightbringer21 : A universal memory dumper using Frida.
19+
20+
[frida-unpack](https://github.com/dstmath/frida-unpack) by dstmath : Frida-based shelling tool.
21+
22+
[Patch Apk](https://github.com/NickstaDB/patch-apk) by NickstaDB : Wrapper to inject an Objection/Frida gadget into an APK.
23+
24+
[frida_bypass_ssl_example](https://github.com/lasting-yang/frida_bypass_ssl_example) by lasting-yang : Some tips for frida to assist packet capture.
25+
26+
[frida_dump](https://github.com/lasting-yang/frida_dump) by lasting-yang : frida dump dex, frida dump so.
27+
28+
[OkHttpLogger-Frida](https://github.com/siyujie/OkHttpLogger-Frida) by siyujie : Frida script to intercept okhttp packets.
29+
30+
[android-injector](https://github.com/hacksysteam/android-injector) by hacksysteam : Android Shared Object Injector using Frida.
31+
32+
[Frida-Injector-for-Android](https://github.com/TimScriptov/Frida-Injector-for-Android) by TimScriptov : Frida injector for Android.
33+
34+
[FridaAndroidInjector](https://github.com/iGio90/FridaAndroidInjector) by iGio90 : Inject frida agents on local processes through an Android app.
35+
36+
[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.
37+
38+
[r2frida](https://github.com/nowsecure/r2frida) by nowsecure : Radare2 and Frida better together.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Hooking Libraries and Templates
2+
3+
List below is about Hooking Libraries and Templates:
4+
5+
6+
[Android_Inline_Hook](https://github.com/GToad/Android_Inline_Hook) by GToad: Native library hooking that works with thumb-2 and arm32.
7+
8+
[Android_InlineHook](https://github.com/zhuotong/Android_InlineHook) by zhuotong : Android inline hook framework.
9+
10+
[And64InlineHook](https://github.com/Rprop/And64InlineHook) by Rprop : Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++.
11+
12+
[VirtualFastHook](https://github.com/turing-technician/VirtualFastHook) by turing-technician : Android application hooking tool based on FastHook + VirtualApp.
13+
14+
[whale](https://github.com/asLody/whale) by asLody : Hook Framework for Android/IOS/Linux/MacOS.
15+
16+
[LSPlant](https://github.com/LSPosed/LSPlant) by LSPosed : A hook framework for Android Runtime (ART).
17+
18+
[android-inline-hook](https://github.com/bytedance/android-inline-hook) by bytedance : An inline hook library for Android apps.
19+
20+
[SandHook](https://github.com/ganyao114/SandHook) by ganyao114 : Android ART Hook/Native Inline Hook/Single Instruction Hook.
21+
22+
[Android-Inline-Hook](https://github.com/ele7enxxh/Android-Inline-Hook) by ele7enxxh : thumb16 thumb32 arm32 inlineHook in Android.
23+
24+
[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.
25+
26+
[xHook](https://github.com/iqiyi/xHook) by iqiyi : A PLT hook library for Android native ELF.
27+
28+
[Unity-Substrate-Hook-Android](https://github.com/jbro129/Unity-Substrate-Hook-Android) by jbro129 : Android Cydia Substrate MSHookFunction Used On Unity IL2CPP.
29+
30+
[Dobby](https://github.com/jmpews/Dobby) by jmpews : A lightweight, multi-platform, multi-architecture hook framework.
31+
32+
[Android Inline Hook ARM64](https://github.com/GToad/Android_Inline_Hook_ARM64) by GToad : Native library hooking that works with arm64.
33+
34+
[VirtualHook](https://github.com/PAGalaxyLab/VirtualHook) by PAGalaxyLab : Android application hooking tool based on VirtualApp.
35+
36+
[FamgyAndroidInject](https://github.com/famgy/FamgyAndroidInject) by famgy : Android native inject hook inlinehook.
37+
38+
[VirtualHook_Mono_SO](https://github.com/cjyanyi/VirtualHook_Mono_SO) by cjyanyi : Unity .apk hooking demo based on VirtualApp.
39+
40+
[FastHook](https://github.com/turing-technician/FastHook) by turing-technician : Android ART Hook.
41+
42+
[MonoNativeHook](https://github.com/FateHack/MonoNativeHook) by FateHack : Hook image.namespace.class.method.
43+
44+
[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.
45+
46+
[Android-Hooking-Template](https://github.com/joeyjurjens/Android-Hooking-Template) by joeyjurjens : Just a simple hooking template which makes use of Cydia Substrate.
47+
48+
[Il2CppHook](https://github.com/sc2ad/Il2CppHook) by sc2ad : A multi-platform runtime hook library for IL2CPP. Provides various mod-related helper headers.
49+
50+
[HookDemo](https://github.com/13767004362/HookDemo) by 13767004362 : Android plug-in case.
51+
52+
[bhook](https://github.com/bytedance/bhook) by bytedance : A PLT hook framework for Android apps.
53+
54+
[AndroidCydiaHook](https://github.com/russell-shizhen/AndroidCydiaHook) by russell-shizhen : Android Cydia Substrate hooks native C code.
55+
56+
[cydiasubstrate_hooktools](https://github.com/F8LEFT/cydiasubstrate_hooktools) by F8LEFT : Java and jni partial function hook project.
57+
58+
[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).
59+
60+
[HookUnityEngineMethod](https://github.com/naivetang/HookUnityEngineMethod) by naivetang : Methods in Hook UnityEngine.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## IDA / reverse-engineering platforms
2+
3+
#List below is about IDA & reverse-engineering platforms:
4+
5+
Actual Software to download.
6+
7+
8+
[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.
9+
10+
[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.
11+
12+
[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!
13+
14+
15+
#List about Plugins for IDA Pro:
16+
17+
[diaphora](https://github.com/joxeankoret/diaphora) by joxeankoret : IDA advanced program diffing tool plugin.
18+
19+
[flare-ida](https://github.com/mandiant/flare-ida) by mandiant : IDA Pro utilities from FLARE team.
20+
21+
[GhIDA](https://github.com/Cisco-Talos/GhIDA) by Cisco-Talos : An IDA Pro plugin that integrates the Ghidra decompiler in IDA.
22+
23+
[HexRaysCodeXplorer](https://github.com/REhints/HexRaysCodeXplorer) by REhints : Hex-Rays Decompiler plugin for better code navigation.
24+
25+
[idaemu](https://github.com/36hours/idaemu) by 36hours : IDA plugin use for emulating code.
26+
27+
[idaplugins-list](https://github.com/onethawt/idaplugins-list) by onethawt : A list of IDA Plugins.
28+
29+
[Il2CppParser](https://github.com/tacesrever/Il2CppParser) by tacesrever : libil2cpp symbol parser for ida.
30+
31+
[LazyIDA](https://github.com/L4ys/LazyIDA) by L4ys : Make your IDA Lazy!
32+
33+
[patching](https://github.com/gaasedelen/patching) by gaasedelen : An Interactive Binary Patching Plugin for IDA Pro.
34+
35+
[SigMaker-x64](https://github.com/ajkhoury/SigMaker-x64) by ajkhoury : IDA SigMaker Plugin.
36+
37+
[sigmakerex](https://github.com/kweatherman/sigmakerex) by kweatherman : IDA Pro signature tool.
38+
39+
[lucid](https://github.com/gaasedelen/lucid) by gaasedelen : An Interactive Hex-Rays Microcode Explorer.
40+
41+
#List of Tools for IDA:
42+
43+
[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.
44+
45+
#List of Themes for IDA:
46+
47+
[pr701](https://github.com/pr701/dp701) by dp701 : Dark theme for IDA Pro.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Mod Menu Templates
2+
3+
List below is about Mod Menus:
4+
5+
6+
[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.
7+
8+
[PlatinmodsMenu](https://github.com/FrostyHacker/PlatinmodsMenu) by FrostyHacker : A Platinmods mod menu template.
9+
10+
[Android-Hooking-Patching-Template](https://github.com/LGLTeam/Android-Hooking-Patching-Template) by LGLTeam : Hooking and Patching template for Android.
11+
12+
[FrostyMenu](https://github.com/FrostyHacker/FrostyMenu) by FrostyHacker : A mod menu template.
13+
14+
[Android-Mod-Menu](https://github.com/LGLTeam/Android-Mod-Menu) by LGLTeam : A mod menu template.
15+
16+
[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.
17+
18+
[Substrate-Template-With-Mod-Menu](https://github.com/Octowolve/Hooking-Template-With-Mod-Menu) by Octowolve : A mod menu + hooking template.
19+
20+
[iOS-Mod-Menu-Template-for-Theos](https://github.com/joeyjurjens/iOS-Mod-Menu-Template-for-Theos) by joeyjurjens : An iOS mod menu template.
21+
22+
[FloatingModMenu](https://github.com/MrIkso/FloatingModMenu) by MrIkso : A mod menu template.
23+
24+
[Animation-Menu-v1](https://github.com/raunakmods/Animation-Menu-v1) by raunakmods : A mod menu template that has custon animations.
25+
26+
[iGMM](https://github.com/TheArmKing/iGMM) by TheArmKing : A Unity DLL mod menu template.
27+
28+
[UnityMenu](https://github.com/TechXPlays/UnityMenu) by TechXPlays : A Unity DLL mod menu template.
29+
30+
[UnityModMenuAndroid](https://github.com/AndnixSH/UnityModMenuAndroid) by AndnixSH : A Unity DLL mod menu template.
31+
32+
[Android-Mod-Menu-Animation](https://github.com/LGLTeam/Android-Mod-Menu-Animation) by LGLTeam : A mod menu template with animation.
33+
34+
[VipMod-Mod-Menu-With-Canvas](https://github.com/LGLTeam/VipMod-Mod-Menu-With-Canvas) by LGLTeam : A canvas-based mod menu template.
35+
36+
[Alternative-Android-Mod-Menu](https://github.com/AlternativeAlse/Alternative-Android-Mod-Menu) by AlternativeAlse : A mod menu template.
37+
38+
[FloatingModMenu-Template](https://github.com/VanHoevenTR/FloatingModMenu-Template) by VanHoevenTR : Floating Mod Menu template for Android
39+
40+
[ModMenu-CMODs](https://github.com/CoRingaModzOfficial/ModMenu-CMODs) by CoRingaModzOfficial : A mod menu template.
41+
42+
[GodsTeam-Mod-Menu](https://github.com/LGLTeam/GodsTeam-Mod-Menu) by LGLTeam : A mod menu template.
43+
44+
[ClassicUnityModMenuAndroid](https://github.com/AndnixSH/ClassicUnityModMenuAndroid) by AndnixSH : A Unity DLL mod menu template.
45+
46+
[JFMODSMenu](https://github.com/FrostyHacker/JFMODSMenu) by FrostyHacker : A mod menu template.
47+
48+
[FwdAssaultPmt](https://github.com/FrostyHacker/FwdAssaultPmt) by FrostyHacker : A FWD Assault Platinmods mod menu.
49+
50+
[UnityPCModMenu](https://github.com/Francois284Modz/UnityPCModMenu) by Francois284Modz : A Unity DLL mod menu template.
51+
52+
[DLL-Mod-Menu](https://github.com/LGLTeam/DLL-Mod-Menu) by LGLTeam : A Unity DLL mod menu template.
53+
54+
[-Hard-Android-Menu-](https://github.com/KolanHacker/-Hard-Android-Menu-) by KolanHacker : A simple menu.
55+
56+
[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.
57+
58+
[Mod-Menu-Without-Overlay-Permission-Demo](https://github.com/LGLTeam/Mod-Menu-Without-Overlay-Permission-Demo) by LGLTeam : No need overlay permission anymore.
59+
60+
[MOD-MENU-WITH-MONOSTRING](https://github.com/AllanFuego/MOD-MENU-WITH-MONOSTRING) by AllanFuego : Mod menu template with MonoString hook support.

0 commit comments

Comments
 (0)