Guide
- https://github.com/QianMo/Game-Programmer-Study-Notes
- https://github.com/ThisisGame/cpp-game-engine-book
- https://github.com/gmh5225/GameEngine-GameEngineFromScratch
- https://forums.unrealengine.com [Unreal]
- https://docs.unrealengine.com [Unreal]
- https://www.unrealengine.com/resources [Unreal]
- https://github.com/gmh5225/ue4-tutorials [Unreal]
- https://github.com/gmh5225/Unreal-Development-Guides-and-Tips [Unreal]
- https://github.com/lettier/3d-game-shaders-for-beginners [Shader]
- https://github.com/PardCode/OpenGL-3D-Game-Tutorial-Series [OpenGL]
- https://github.com/PardCode/CPP-3D-Game-Tutorial-Series [DirectX]
- https://github.com/ssloy/tinyrenderer [Render]
- https://github.com/gmh5225/Unity-GameDev [Unity]
- https://github.com/QianMo/Unity-Design-Pattern [Unity Design]
Source
- https://github.com/EpicGames/UnrealEngine
- https://github.com/Unity-Technologies/UnityCsReference [C# reference]
- https://github.com/cocos2d/cocos2d-x
- https://github.com/cocos/cocos-engine
- https://github.com/CRYTEK/CRYENGINE
- https://github.com/panda3d/panda3d
- https://github.com/ValveSoftware/source-sdk-2013
- https://github.com/gmh5225/GameEngine-source-engine.2003
- https://github.com/gmh5225/GameEngine-SourceEngine2007
- https://github.com/nillerusr/source-engine
- https://github.com/gmh5225/GoldSourceRebuild [GoldSource engine rebuild]
- https://github.com/adriengivry/Overload
- https://github.com/flwmxd/MapleEngine
- https://github.com/inanevin/LinaEngine
- https://github.com/storm-devs/storm-engine
- https://github.com/minetest/minetest
- https://github.com/godotengine/godot
- https://github.com/ScriptedSnark/reGS
- https://github.com/nem0/LumixEngine
- https://github.com/urho3d/Urho3D
- https://github.com/KorokEngine/Korok [Golang]
- https://github.com/BoomingTech/Pilot
- https://github.com/Sirkles/JoshoEngine-Native
- https://github.com/ExplosionEngine/Explosion
- https://github.com/danhuynh0803/Campfire
- https://github.com/lowenware/dotrix [Rust]
- https://github.com/bevyengine/bevy [Rust]
- https://github.com/FyroxEngine/Fyrox [Rust]
- https://github.com/AbyssEngine/AbyssEngine [ARPG]
- https://github.com/skylicht-lab/skylicht-engine
- https://github.com/ValveSoftware/halflife [Half-Life 1]
- https://github.com/SamVanheer/halflife-unified-sdk [Half-Life SDK]
- https://github.com/MonoGame/MonoGame [.NET]
- https://github.com/nCine/nCine [2D]
- https://github.com/gameplay3d/gameplay [2D/3D]
- https://github.com/turbulenz/turbulenz_engine [HTML5]
- https://github.com/TorqueGameEngines/Torque2D [2D]
- https://github.com/TorqueGameEngines/Torque3D [3D]
- https://github.com/PardCode/CX3D [3D]
- https://github.com/TrinityCore/TrinityCore [MMORPG]
- https://github.com/solenum/exengine [C99 3D]
- https://github.com/TheCherno/Hazel
- https://github.com/gmh5225/GameEngine-yourgamelib
- https://github.com/gmh5225/GameEngine-Base
- https://github.com/gmh5225/GameEngine-Castle-Engine [DX11]
Game Engine Plugins:Unreal
- Plugin for UE4 to user Rider for Unreal Engine as code editor
- Design-agnostic node system for scripting game’s flow in Unreal Engine
- Sample Unreal Engine 5.0.1 C++ Project That Incorporates Dear ImGui
- A set of tools and utilities for use with Unreal Engine projects using ImGui
- A simple Unreal Engine subsystem to provide a more accurate server world time to clients
- UE4 UI Texture Validator Plugin
- Unreal Engine .NET 6 integration
- Houdini Engine Plugin for Unreal Engine
- A small tutorial repository on capturing images with semantic annotation from UnrealEngine to disk
Game Engine Plugins:Unity
Game Engine Detector
- https://github.com/walzer/game-engine-detector [Mobile Game]
- https://github.com/Groovounet/glm
- https://github.com/Kazade/kazmath
- https://github.com/gmh5225/math-int_fastdiv
- https://github.com/gmh5225/Math-fdlibm
- https://github.com/gmh5225/Renderer-SoftGLRender
- https://github.com/gmh5225/Render-VolumetricReSTIRRelease
- https://github.com/gmh5225/Render-NonEuclidean
- https://github.com/MFatihMAR/Game-Networking-Resources
- https://github.com/ValveSoftware/GameNetworkingSockets
- https://github.com/gmh5225/skynet
- https://github.com/chronoxor/CppServer
- https://github.com/Qihoo360/evpp
- https://github.com/gmh5225/kcp-cpp [KCP]
- https://github.com/TLeonardUK/ds3os [Dark Souls 3]
- https://github.com/rathena/rathena [MMORPG]
- https://github.com/gmh5225/uWebSockets [WebSockets]
- https://github.com/socketio/socket.io [Nodejs]
Guide
- https://github.com/Calinou/awesome-gamedev
- https://github.com/gmh5225/Unity-GameDev [Unity]
- https://github.com/QianMo/Unity-Design-Pattern [Unity Design]
Source
- https://github.com/PiMoNFeeD/csgo-src [Leaked CSGO]
- https://github.com/SmileyAG/cstrike15_src-CI [Leaked CSGO With CI]
- https://github.com/SwagSoftware/Kisak-Strike [Open Source CSGO]
- https://github.com/gmh5225/csso-src [CSGO Mod]
- https://github.com/thomaseichhorn/cs16-client [Rewrote CS1.6]
- https://github.com/td512/re3 [Reversed GTA III, Vice City]
- https://github.com/gmh5225/Reverse-Game-ReCZDS [Reversed CZeror]
- https://github.com/QianMo/UE4-FPS-Game [UE4 FPS Game]
- https://github.com/gmh5225/UE4-FirstPersonShooter [UE4 FPS Demo]
- https://github.com/gmh5225/UE4-SimpleFPSTemplate [UE4 FPS Demo]
- https://github.com/gmh5225/UE4-EpicSurvivalGame [UE4 FPS Game]
- https://github.com/QianMo/UE4-Tank-Game [UE4 Game]
- https://github.com/gmh5225/UE-UE5-FPS-wlaster [UE5 FPS Game]
- https://github.com/tomlooman/ActionRoguelike [UE Roguelike Game]
- https://github.com/Unity-Technologies/FPSSample [Unity Game]
- https://github.com/ZehMatt/SnakeRoyal [Mini Game With Server]
- https://github.com/MKXJun/Super-Fighter [DX11 Mini Game]
- https://github.com/MKXJun/Rubik-Cube [DX9/11 Mini Game]
- https://github.com/Suprcode/mir2 [MIR2]
- https://github.com/gmh5225/mir3-zircon [MIR3]
- https://github.com/WolfireGames/overgrowth [Overgrowth]
- https://github.com/gmh5225/Game-hl-mods [Modification For Half-Life]
- https://github.com/gmh5225/maple-fighters [A small online game similar to MapleStory]
- https://github.com/gmh5225/Fortnite-1 [Fortnite]
- https://github.com/gmh5225/doomretro [DOOM]
- https://github.com/gmh5225/Game-Super-Mario-Bros-game [Remake of Super Mario]
- https://github.com/gmh5225/Game-2048.cpp [2048]
- An open source re-implementation of RollerCoaster Tycoon 2
- This is the old Paradise SPRX BO2 soruce code
- https://github.com/gmh5225/rehlds [Reverse-engineered HLDS]
- https://github.com/Tencent/xLua
- https://github.com/Tencent/InjectFix
- https://github.com/gmh5225/Unity-hotfix-hybridclr
- https://github.com/AirtestProject/Airtest [UI Automation Framework]
- https://github.com/dendibakh/perf-ninja [Performance Analysis]
- https://github.com/gmh5225/UptimeFaker [Detecting High PC Uptime]
- https://github.com/GameTechDev/PresentMon [Graphics Performance]
- https://github.com/gatling/gatling [Server Testing]
Guide
- https://github.com/gmh5225/Direct3D-hw3d [C++ 3D DirectX Tutorial]
- https://github.com/jpvanoosten/LearningDirectX12 [DX12]
- https://github.com/MKXJun/DirectX11-With-Windows-SDK [DX11 zh]
- https://github.com/gmh5225/D3D-d3d12book [DX12]
Hook
- https://github.com/gmh5225/D3D11Hook [DX11 Imgui]
- https://github.com/gmh5225/DX11-BaseHook [DX11 Imgui]
- https://github.com/gmh5225/D3D12-Hook-ImGui [DX12 Imgui]
- https://github.com/gmh5225/DirectX11Hook [DX11 Imgui]
- https://github.com/guided-hacking/GH_D3D11_Hook [DX11]
- https://github.com/gmh5225/D3D11-Discord-Overlay-Hook [DX11]
- https://github.com/ocornut/imgui/commit/923bd2fd217c1dc1e75fa92b0284d3817904988b [DX11/12 ResizeBuffers]
Emulation
Compatibility
- https://github.com/CnCNet/cnc-ddraw [Old Game]
Guide
- https://github.com/dsasmblr/game-hacking
- https://github.com/dsasmblr/hacking-online-games
- https://github.com/kovidomi/game-reversing
- https://github.com/mytechnotalent/Reverse-Engineering
- https://github.com/wtsxDev/reverse-engineering
- https://github.com/mytechnotalent/Hacking-Windows
- https://blog.can.ac/author/can1357
- https://secret.club
- https://back.engineering
- https://vollragm.github.io
- https://www.triplefault.io
- https://www.unknowncheats.me
- https://forum.ragezone.com
- https://guidedhacking.com
- https://github.com/imadr/Unity-game-hacking [Unity]
- https://vollragm.github.io/posts/unity-reversing [Unity]
- https://wiki.cheatengine.org/index.php?title=Mono [CE Mono]
- https://il2cppdumper.com [IL2CPP]
- https://github.com/shalzuth/NativeNetSharp [Injecting C# code]
- https://github.com/januwA/game-reversed-study [CE Guide zh]
- https://github.com/gmh5225/CSGO-master-guide [CSGO Guide]
- different-ways-hooking [Hook Guide]
- http://pwnadventure.com [Hackable Game]
- https://github.com/GameCrashProject/UE4-Hacking-Guideline [Unreal]
Debugging
- https://github.com/cheat-engine/cheat-engine
- https://github.com/gmh5225/CheatEngineMonoHelper [CE Mono Helper]
- https://github.com/gmh5225/frida-ceserver [CE Server For IOS]
- https://github.com/isabellaflores/ceserver-pcileech [CE Server For Pcileech]
- https://github.com/gmh5225/debug-veh [CE Plugin For Manualmap VEH Dll]
- https://github.com/x64dbg/x64dbg
- https://github.com/marakew/syser
- https://github.com/ajkhoury/ReClassEx
- https://github.com/gmh5225/ReClass.NET
- https://github.com/x64dbg/DotX64Dbg
- https://github.com/imugee/xdv
- https://github.com/eteran/edb-debugger [For Linux]
- https://github.com/mrexodia/TitanHide
- https://github.com/Air14/HyperHide
- https://github.com/HyperDbg/HyperDbg
- https://github.com/gmh5225/vt-debuger
- https://github.com/changeofpace/Force-Page-Protection [Bypass Remap Memory]
- https://github.com/icsharpcode/ILSpy [For Unity]
- https://github.com/dnSpy/dnSpy [For Unity]
- https://github.com/mandiant/dncil [For Unity]
- https://github.com/hugsy/CFB [Monitor IRP]
- https://ioninja.com/downloads.html [Protocol Analyzer]
Packet Sniffer&Filter
- https://github.com/gmh5225/packet-win-shaper
- https://github.com/gmh5225/Packet-ndisapi
- https://github.com/gmh5225/Akebi-PacketSniffer
SpeedHack
RE Tools
Fix VMP
Dynamic Binary Instrumentation
- https://github.com/hzqst/unicorn_pe
- https://github.com/googleprojectzero/TinyInst
- https://github.com/gmh5225/veh-cpp-veh-dbi
- https://github.com/gmh5225/binary-translator-river
- https://github.com/gmh5225/DBI-mambo [ARM]
- https://github.com/DynamoRIO/drmemory
Launcher Abuser
Bypass PatchGuard
- https://github.com/gmh5225/PG-EasyAntiPatchGuard
- https://github.com/gmh5225/UPGDSED [File]
- https://github.com/Mattiwatti/EfiGuard [EFI]
- https://github.com/gmh5225/PG1903 [Demo NX]
Windows Kernel Explorer
- https://github.com/NullArray/WinKernel-Resources [Guide]
- https://github.com/gmh5225/learn-Document-windrv-linux/tree/master/Windows%20Driver%20Development [Guide]
- https://github.com/gmh5225/ntoskrnl_file_collection [Various versions of ntoskrnl files]
- https://github.com/gmh5225/win32k_file_collection [Various versions of win32k files]
- https://github.com/gmh5225/win32k_file_collection2 [Various versions of win32k files]
- https://github.com/Arquivotheca/WinNT5_src_20201004 [Leaked Windows XP Source]
- https://github.com/BlackINT3/OpenArk [Tool]
- https://github.com/0xcpu/ExecutiveCallbackObjects [Callback]
- https://github.com/0xcpu/WinAltSyscallHandler [AltSystemCallHandlers]
- https://github.com/everdox/InfinityHook [ETW Hook]
- https://github.com/FiYHer/InfinityHookPro [ETW Hook Ex]
- https://github.com/KelvinMsft/ThreadSpy [PMI Callback]
- https://github.com/gmh5225/Driver-WindowsIntelPT [Intel PT]
- https://github.com/gmh5225/Driver-Ark [Tool]
- https://github.com/gmh5225/ntoskrnl_file_collection [Ntoskrnl Version]
- https://github.com/gmh5225/win32k_file_collection [Win32k Version]
- https://github.com/gmh5225/win32k_file_collection2 [Win32k Version]
- https://github.com/gmh5225/MSSymbolsCollection [Kernel Symbols]
- https://github.com/gmh5225/vad-wkpe [Enumerate VAD]
- https://github.com/gmh5225/Tool-Driver-DriverDllFInder [Find Driver Useless Memory]
- https://github.com/gmh5225/Driver-APICallProxy [Windows API Call Obfuscation]
Android Memory Explorer
Android Kernel Explorer
- https://github.com/gmh5225/Android-Analysis-Cheat-Use-Kernel-op7t [DIY Kernel]
- https://github.com/gmh5225/android-simpleperf_demo [Perf]
- https://github.com/gmh5225/android_ebpf [EBPF]
Virtual Environments
- https://github.com/gmh5225/Android-BlackBox [Android]
- https://github.com/gmh5225/flare-vm
- https://github.com/hzqst/VmwareHardenedLoader
Decompiler
- IDA Pro
- Binary Ninja
- https://github.com/NationalSecurityAgency/ghidra
- https://github.com/avast/retdec
- https://github.com/Col-E/Recaf [Java]
- https://github.com/Konloch/bytecode-viewer [Java]
- https://github.com/java-deobfuscator/deobfuscator [Java]
- https://github.com/gmh5225/IDA-binsync [Sync]
IDA Plugins
- https://github.com/vmallet/ida-plugins [List of IDA Plugins]
- https://github.com/giladreich/ida_migrator [Migrate Database]
- https://github.com/can1357/NtRays [Windows Kernel Enhance]
- https://github.com/JustasMasiulis/ida_bitfields [Windows Kernel Enhance]
- https://github.com/VoidSec/DriverBuddyReloaded [Windows Kernel Analysis]
- https://github.com/gmh5225/IDA2Obj [COFF Relink]
- https://github.com/gmh5225/IDA-Plugin-dotNIET [Import .NET Symbol]
- https://github.com/aliyunav/Finger [Recognizing Function By Cloud]
- https://github.com/gmh5225/IDA-plugin-FindFunc [Recognizing Function By Pattern]
- https://github.com/kweatherman/sigmakerex [Signature Maker]
- https://github.com/Mixaill/FakePDB [PDB Generation From IDA]
- https://github.com/gmh5225/IDA-Ponce [Symbolic Execution]
- https://github.com/airbus-cert/ttddbg [Time Travel Debugging]
- https://github.com/gmh5225/IDA-LazyIDA [LazyIDA]
- https://github.com/gmh5225/IDA-qsynthesis [Greybox Synthesizer geared for deobfuscation of assembly instructions]
- https://github.com/gmh5225/ida-medigate [RTTI]
- https://github.com/gmh5225/findyara-ida [Yara]
- https://github.com/gmh5225/ida-vmware_windows_gdb [IDA+VMWARE+GDB]
- https://github.com/gmh5225/ida-bochs_windows [IDA+BOCHS]
IDA Signature Database
Binary Ninja Plugins
- https://github.com/EliseZeroTwo/SEH-Helper [SEH Helper]
- https://github.com/Vector35/tanto [Slices Functions]
- https://github.com/gmh5225/Binary-Ninja-triton-bn [Triton]
- https://github.com/gmh5225/BinDiff-binexport [BinDiff]
- https://github.com/gmh5225/Binary-Ninja-BinaryNinjaPlugins
Windbg Plugins
X64DBG Plugins
- https://github.com/x64dbg/x64dbg/wiki/Plugins
- https://github.com/horsicq/x64dbg-Plugin-Manager
- https://github.com/m417z/Multiline-Ultimate-Assembler
- https://github.com/gmh5225/x64dbg-Classroom
- https://github.com/gmh5225/x64dbg-Themidie
- https://github.com/gmh5225/x64dbgScript
- https://github.com/gmh5225/x64dbg-xMalHunter [Detect malicious materials]
- https://github.com/gmh5225/x64dbg-xFindOut
- https://github.com/gmh5225/x64dbg-chaiScriptPlugin
- https://github.com/gmh5225/X64DBG-ViewDllNotification
- https://github.com/gmh5225/X64DBG-AutoAttach
Injection:Windows
- https://github.com/btbd/smap [Scatter Manual Map]
- https://github.com/btbd/modmap [Extend Manual Map]
- https://github.com/KGB-1337/memmap [Extend Manual Map]
- https://github.com/weak1337/ModExMap [Extend Manual Map]
- https://github.com/mactec0/Kernelmode-manual-mapping-through-IAT [IAT Manual Map]
- https://github.com/charliewolfe/Stealthy-Kernelmode-Injector [PTE/VAD Manipulation Manual Map]
- https://github.com/wbenny/injdrv [APC]
- https://github.com/w1u0u1/kinject [Map + APC]
- https://github.com/andrew9382/manual_mapping_dll_injector [Manual Map]
- https://github.com/can1357/ThePerfectInjector [PTE.User]
- https://github.com/gmh5225/Driver-executor [PTE.User]
- https://github.com/gmh5225/inject-PresentInjector [PTE.User]
- https://github.com/gmh5225/Driver-HVCI-KernelForge [Hijack ROP]
- https://github.com/gmh5225/be-injector [Attack COW]
- https://github.com/gmh5225/dll-hot-reload [Hot Reload]
- https://github.com/gmh5225/KeUserModeCallBack [KeUserModeCallBack]
- KeUserModeCallBack Win10
Injection:Linux
Hook
- https://github.com/microsoft/Detours
- https://github.com/wbenny/DetoursNT
- https://github.com/stevemk14ebr/PolyHook
- https://github.com/stevemk14ebr/PolyHook_2_0
- https://github.com/WopsS/RenHook
- https://github.com/gmh5225/Android-hook-PyAsmPatch
- https://github.com/gmh5225/Driver-KDtour [Easy Kernel Detour]
Rop Finder
Anti Signature Scanning
RPM
- https://github.com/btbd/access
- https://github.com/gmh5225/readwrite-kernel-stable
- https://github.com/DarthTon/Blackbone
- https://github.com/HoShiMin/Kernel-Bridge
- https://github.com/waryas/EUPMAccess
- https://github.com/waryas/UMPMLib
- https://github.com/EBalloon/Remap
- https://github.com/TheCruZ/EFI_Driver_Access [EFI RPM]
- https://github.com/SamuelTulach/efi-memory [EFI RPM]
- https://www.unknowncheats.me/forum/anti-cheat-bypass/489305-read-write-process-attach.html
- https://www.unknowncheats.me/forum/anti-cheat-bypass/444289-read-process-physical-memory-attach.html
- https://github.com/gmh5225/linux-mempeek [Linux]
- https://github.com/gmh5225/meme-rw [kdmapper]
W2S
Overlay
- https://github.com/coltonon/D2DOverlay
- https://github.com/Unkn0wnH4ck3r/GameOverlayUIHook [Steam]
- https://github.com/gmh5225/Steam-Hook-Render-PoC [Steam]
- https://github.com/gmh5225/steam-overlay-x64 [Steam]
- https://github.com/gmh5225/dwmhook [DWM]
- https://github.com/gmh5225/dwm-overlay [DWM]
- https://github.com/gmh5225/overlay-nvidia-overlay-hijack [Hijack Nvidia]
- https://github.com/gmh5225/D3DOverlay-Nvidia-Hijack [Hijack Nvidia]
- https://github.com/gmh5225/overlay-SetWindowsHookEx [SetWindowsHookEx]
- https://github.com/gmh5225/OBS-graphics-hook32-Hook [OBS Hook]
- https://github.com/gmh5225/OBS-Hook [OBS Hook]
Render/Draw
- https://github.com/vmcall/dxgkrnl_hook
- https://github.com/gmh5225/KernelGDIDraw
- https://github.com/gmh5225/Driver-KernelDrawing [Drawing from kernelmode without any hooks]
- https://github.com/gmh5225/Driver-DoubleCallBack [DWM In Kernel]
- https://github.com/gmh5225/imgui-android-PolarImGui [Imgui On Android]
- https://github.com/gmh5225/Android-Mod-Menu [Floating mod menu for Android]
- https://github.com/gmh5225/imgui-Unity-With-Layout [Imgui For Unity]
UI Interface
Vulnerable Driver
- https://github.com/hacksysteam/HackSysExtremeVulnerableDriver [Guide]
- https://github.com/gmh5225/windows-kernel-exploits [Guide]
- https://github.com/gmh5225/Exploit-vulnerable-physmem_drivers [Vulnerable Driver List]
- https://github.com/gmh5225/Exploit-drivers_and_shit [Vulnerable Driver List]
- https://github.com/gmh5225/vulnerable-driver-scanner [Scans for vulnerable drivers]
- https://github.com/kkent030315/gdrv-loader/tree/1909_mitigation [gdrv.sys]
- http://rexw3wrz5pldtadf3hy4vqnuzokhco4l32kyntj36fcgpjuy3nvxidid.onion/_xeroxz/VDM [gdrv enhance]
- https://github.com/gmh5225/eac-mapper [gdrv.sys]
- https://github.com/TheCruZ/kdmapper [iqvw64e.sys]
- https://github.com/gmh5225/Driver-kdmapper-1909 [iqvw64e.sys]
- https://github.com/kkent030315/MsIoExploit [MsIo64.sys]
- https://github.com/kkent030315/evil-mhyprot-cli [Mhyprot2.sys]
- https://github.com/gmh5225/evil-mhyprot-cli [Mhyprot2.sys]
- https://github.com/gmh5225/mhyprot2 [Mhyprot2.sys]
- https://github.com/gmh5225/Mhyprot2DrvControl [Mhyprot2.sys]
- https://github.com/gmh5225/AvastHV [Avast]
- https://github.com/gmh5225/KasperskyHook [Kaspersky]
- https://github.com/gmh5225/CVE-2021-21551 [dbutil_2_3.sys]
- https://github.com/gmh5225/Driver-imxyviMapper [AsUpIO.sys]
- https://github.com/gmh5225/vdk [Speedfan.sys]
- https://github.com/gmh5225/SpeedFan-Exploit [Speedfan.sys]
- https://github.com/gmh5225/Exploit-Vulnerable-CapcomLib [Capcom.sys]
- https://github.com/gmh5225/CVE-2015-2291 [IQVW64.sys]
Driver Communication
- https://github.com/gmh5225/Driver-Communication-List
- https://github.com/EBalloon/Common-Registry [Registry Callback]
- https://github.com/gmh5225/Common-Registry-Jmp-RCX [Registry Callback]
- https://github.com/gmh5225/BOOM [Hijack Beep.sys]
- https://github.com/gmh5225/Driver-read_write [Hijack IRP]
- https://github.com/adspro15/km-um-communication
- https://github.com/Spuckwaffel/Kernel-Thread-Driver [Thread]
- https://github.com/Astronaut00/DoubleDataPointer [Double Data Pointer]
- https://github.com/btbd/access [NtConvertBetweenAuxiliaryCounterAndPerformanceCounter]
- https://github.com/paradoxwastaken/Poseidon [NtConvertBetweenAuxiliaryCounterAndPerformanceCounter]
- https://github.com/weak1337/EvCommunication [NtTokenManagerCreateFlipObjectReturnTokenHandle]
- https://github.com/UCFoxi/Shared-FlushFileBuffers-Communication [FlushFileBuffers]
- https://github.com/Sinclairq/DataCommunication [NtCompareSigningLevels]
- https://github.com/gmh5225/AfdIrpCallDispatch [.data Pointer hook in Afd.sys]
- https://www.unknowncheats.me/forum/anti-cheat-bypass/483093-vtable-kernel-function-hook-communication.html [NtUserMessageCall]
- https://github.com/gmh5225/Driver-MapPage [NtUserGetObjectInformation]
- https://github.com/gmh5225/eac-mapper [NtMapVisualRelativePoints]
- https://git.back.engineering/_xeroxz/NtWin32k [NtUserGetThreadState]
- https://github.com/gmh5225/Common-boundcallback [KeRegisterBoundCallback]
- https://github.com/gmh5225/DataPtrSwap-driver [NtSetCompositionSurfaceAnalogExclusive]
- https://github.com/gmh5225/Driver-ReadWriteDriver [NtUserSetSysColors]
- https://github.com/gmh5225/NtUserUpdateWindowTrackingInfo [NtUserUpdateWindowTrackingInfo]
- https://github.com/gmh5225/comm-windows-software-policy [clip]
- https://github.com/gmh5225/Interep-Driver-Leak [NtGdiPolyPolyDraw]
- https://github.com/gmh5225/Comm-data-ptr-driver [NtGdiPolyPolyDraw]
- https://github.com/gmh5225/Comm-NullHook [NtDxgkGetTrackedWorkloadStatistics]
- https://github.com/gmh5225/Comm-Data-Pointer-Swap [NtDCompositionSetChildRootVisual]
- https://github.com/gmh5225/Comm-NekoSwap [Win32kApiSetTable]
EFI Driver
- https://github.com/gmh5225/EFI-EasyUefi [Visual Studio template for GNU-EFI]
- https://github.com/ekknod/sumap [EFI Manual Map]
- https://github.com/ekknod/KiSystemStartupMeme [Custom KiSystemStartup]
- https://github.com/SamuelTulach/efi-memory [RPM]
- https://github.com/TheCruZ/EFI_Driver_Access [RPM]
- https://github.com/SecIdiot/bootkit
- https://github.com/SamuelTulach/rainbow [HWID]
- https://github.com/gmh5225/-Rainbow---EFI [HWID]
- https://github.com/gmh5225/Fortnite-EFI-External [Fortnite]
- https://github.com/gmh5225/UEFI-Bootkit
- https://github.com/gmh5225/EFI-HWID-negativespoofer [HWID]
QEMU/KVM Cheat
- https://github.com/memflow/memflow-kvm
- https://github.com/MisterY52/apex_dma_kvm_pub
- https://github.com/SamuelTulach/BetterTiming [Bypass CPU Timing]
- https://github.com/gmh5225/qemu-hide-Hardened-qemu [Hidden QEMU]
- https://github.com/gmh5225/QEMU-Nyx [Intel-PT]
- https://github.com/gmh5225/KVM-Tools/blob/master/Virtualization/kvm-qemu.sh [QEMU Script]
Wine
Anti Screenshot
- https://github.com/KANKOSHEV/NoScreen [Hide Window]
- https://github.com/gmh5225/dwmhook [DWM]
- https://github.com/wongfei/wda_monitor_trick
Spoof Stack
- https://github.com/gmh5225/ThreadStackSpoofer
- https://github.com/gmh5225/x86RetSpoof
- https://github.com/gmh5225/return-address-spoofing
- https://github.com/gmh5225/Exception-Ret-Spoofing
- https://github.com/gmh5225/Ret-Spoofing
- https://github.com/gmh5225/CallStackSpoofer
Hide
- https://github.com/JKornev/hidden
- https://github.com/KANKOSHEV/NoScreen [Hide Window]
- https://github.com/nlepleux/MappedCallback [Hide Callback]
- https://github.com/rogerxiii/kernel-codecave-poc [Find Codecave]
- https://github.com/armvirus/SinMapper [Manual Map In Signed Driver]
- https://github.com/0xf1a/DSMM [Discarded Driver Section Manual Map]
- https://github.com/ekknod/sumap [EFI Manual Map]
- https://github.com/VollRagm/lpmapper [Manual Map To Large Page Driver]
- https://github.com/armvirus/CosMapper [Signed Driver Map]
- https://github.com/gmh5225/HideDriverTesting [Hide Driver]
- https://github.com/gmh5225/TraceCleaner [Driver Trace Cleaner]
- https://github.com/gmh5225/Driver-ClearDriverTraces [Driver Trace Cleaner]
- https://github.com/KelvinMsft/NoTruth [Hide Memory By VT]
- https://github.com/gmh5225/Driver-MapPage [Self Map Driver]
- https://github.com/gmh5225/eac-mapper [Self Map Driver]
- https://github.com/gmh5225/HideDriver-flink-blink [Hide Driver By Modify Flink/Blink]
- https://github.com/gmh5225/HideDriver-MiProcessLoaderEntry [Hide Driver By MiProcessLoaderEntryk]
- https://github.com/gmh5225/Driver-HideKernelThread-IoCancelIrp [Hide Kernel Thread]
- https://github.com/gmh5225/Hide-Driver-Thread-blanket [Hide Kernel Thread]
- https://github.com/gmh5225/hide-herpaderping [Hide Process/File]
- https://github.com/gmh5225/hide-thread-address-KaynStrike [Spoofs Thread Start Address]
- Using .reloc section to replace the typical allocation calls
- https://github.com/gmh5225/android-hideroot [Magisk]
Triggerbot & Aimbot
- https://github.com/changeofpace/MouHidInputHook
- https://github.com/blackhades00/PareidoliaTriggerbot
- https://github.com/adspro15/DirectInput
- https://github.com/gmh5225/CSGO-norsefire
- https://github.com/lucylow/b00m-h3adsh0t [Neural Network]
- https://github.com/univrsal/input-overlay [Keyboard Mapper]
- https://github.com/Miffyli/gan-aimbots [Machine Learning]
- https://github.com/gmh5225/camera-triggerbot [Camera Triggerbot]
WallHack
HWID
- https://github.com/dword64/Ow-Anti-Flag
- https://github.com/gmh5225/hwid
- https://github.com/lil-skies/btbd-modified
- https://github.com/xEnething/Permanent-HWID-Spoofer
- https://github.com/Theordernarkoz/Hwid-Spoofer-EAC-BE
- https://github.com/semihcevik/hwidspoofer
- https://github.com/Theordernarkoz/Hwid--Spoofer
- https://github.com/Theordernarkoz/Hwid-Spoofer
- https://github.com/SarnaxLii/Apex-ClearTrace
- https://github.com/lil-skies/btbd-modified
- https://github.com/InstinctTheDevil/EclipsedSpoofer-EAC-BE
- https://github.com/gmh5225/HWID-SpooferEAC
- https://github.com/SamuelTulach/rainbow [EFI]
- https://github.com/gmh5225/-Rainbow---EFI [EFI]
- https://github.com/btbd/wpp [Intercepting DeviceControl via WPP]
- https://github.com/gmh5225/Driver-owned_alignment [Abusing Alignment]
- https://github.com/gmh5225/Hwid-Spoofer-Valorant-Eac-Be-Vanguard-Permanted-Temporary-Spoofer
- https://github.com/gmh5225/Hwid-Spoofer-Game-Anticheat-Cleaners-Unban-Any-Games-Drivers
- https://github.com/gmh5225/HWID-Kernel-Spoofer
- HWID-Spoofer-UD-Fortnite-WarZone-Apex-Rust-Escape-From-Tarkov-and-all-EAC-BE-Games-IMGUI-Loader-Base
- https://github.com/gmh5225/HWID-mutante
- https://github.com/gmh5225/HWID-ImGui-Spoofer-Leaked
- https://github.com/gmh5225/HWID-Spoofer-for-Fortnite-and-Valorant
- https://github.com/gmh5225/HWID-Full-Hwid-Spoofer-V6
- https://github.com/gmh5225/HWID-SteamSpywareTerminator [Steam]
- https://github.com/gmh5225/EFI-HWID-negativespoofer [EFI]
Bypass Page Protection
- https://github.com/illegal-instruction-co/CountHook [WorkingSet]
SDK CodeGen
Game Engine Explorer:Unreal
- https://github.com/gmh5225/UE4-shootergame-Hack [ShooterGame Demo]
- https://github.com/Shhoya/Shh0yaUEDumper [SDK Dump]
- https://github.com/guttir14/UnrealDumper-4.25 [SDK Dump]
- https://github.com/gmh5225/UE-UEDumper [SDK Dump]
- https://github.com/gmh5225/UE4Dumper [SDK Dump For Android]
- https://github.com/gmh5225/iOS_UE4Dumper [SDK Dump For IOS]
- https://github.com/CorrM/Unreal-Finder-Tool [SDK View]
- https://github.com/spudgy/UnrealEngine4-SwissKnife [SDK View]
- https://github.com/shalzuth/UnrealSharp [SDK View]
- https://fearlessrevolution.com/viewtopic.php?f=23&t=14414 [UE4 CE Table]
- https://github.com/cursey/ue4genny [SDK Generator]
- https://github.com/Zebratic/UE4Injector [Inject]
- https://github.com/N-T33/UE4-Silent-Aim [Aimbot]
- https://github.com/gmh5225/UE-ue4_base [SDK Template]
- https://github.com/gmh5225/UE-UE4-Freecam [FOV Changer]
- https://github.com/gmh5225/UE-UnrealModLoader [Mod Loader]
- Intercept ProcessEvent calls on any game object (Unreal Engine 4)
- UE4 Cheat Source Code
- https://github.com/gmh5225/ue4-android-cheat_engine [UE4 Cheat For Android]
Game Engine Explorer:Unity
- https://github.com/mono/mono [mono]
- https://github.com/Perfare/Il2CppDumper [Il2Cpp Dump]
- https://github.com/T5ive/Il2CppDumper-GUI [Il2Cpp Dump GUI]
- https://github.com/shalzuth/Il2CppRuntimeDumper [Il2Cpp Dump Runtime]
- https://github.com/Perfare/Zygisk-Il2CppDumper [Il2Cpp Dump for Android Platform]
- https://github.com/gmh5225/Android-Il2cppSpy [Unity IL2CPP Disassembler (for apk)]
- https://github.com/djkaty/Il2CppInspector [Il2Cpp Dump]
- https://github.com/sinai-dev/UnityExplorer
- https://github.com/4ch12dy/il2cpp [Il2Cpp Version]
- https://github.com/nneonneo/Il2CppVersions [Il2Cpp Version]
- https://github.com/sneakyevilSK/IL2CPP_Resolver
- https://github.com/knah/Il2CppAssemblyUnhollower
- https://github.com/gmh5225/mono-external-lib [External Mono Example]
- https://github.com/gmh5225/external-il2cpp [Il2Cpp]
- https://github.com/gmh5225/Il2CppSDKGenerator [Il2Cpp SDK generator for Android]
- https://github.com/gmh5225/UnityDecompiled [An unofficial repo of decompiled Unity dll files]
- https://github.com/gmh5225/Il2CppAssemblyUnhollower [Managed->IL2CPP proxy assemblies]
- https://github.com/gmh5225/MegaDumper [Dump native and .NET assemblies]
- https://github.com/gmh5225/UABE [Extracting assets]
- https://devxdevelopment.com/Unpacker [Extracting assets]
- https://github.com/gmh5225/AssetRipper [Extracting assets]
Game Engine Explorer:Source
Explore UWP
Explore AntiCheat System:VAC
- https://github.com/danielkrupinski/VAC-Bypass-Loader
- https://github.com/gmh5225/vac-hooks
- https://github.com/gmh5225/VAC-Shtreeba [Injector]
Explore AntiCheat System:EAC
- https://github.com/thesecretclub/CVEAC-2020 [Integrity Checks]
- https://github.com/Schnocker/EAC_dbp [Debug]
- https://github.com/gmh5225/eac-mapper [Eac Mapper]
- https://github.com/gmh5225/EAC-MmCopyMemory-EAC [Bypass MmCopyMemory]
- https://github.com/gmh5225/EAC-Kernel-Packet-Fucker [Packet Fucker]
- https://github.com/gmh5225/EAC-HydraHook [Packet Fucker]
- https://github.com/gmh5225/EAC-EazyAntiCheatSRC [Reversed Source]
- https://github.com/gmh5225/eac-leak [EAC sdk's memory leak]
- https://github.com/gmh5225/Eac-Bypass
- https://github.com/gmh5225/EasyAntiCheat-SRC
Explore AntiCheat System:BE
- https://github.com/gmh5225/BE-NoEye
- https://github.com/unreaIuser/BE-Emulator
- https://github.com/masterpastaa/BattlEye-Handler-BYPASS
- https://github.com/gmh5225/battleye-decryption
- https://github.com/gmh5225/BE-bedaisy-reversal
- https://github.com/gmh5225/battleye-shellcode
- https://github.com/gmh5225/be-injector [Attack COW]
- https://github.com/gmh5225/BE-BEDaisy
- https://github.com/gmh5225/BadEye
- https://github.com/gmh5225/BE-BlindEye [Packet Fucker]
- https://github.com/gmh5225/goodeye
Explore AntiCheat System:EQU8
- https://back.engineering/12/08/2021
- https://github.com/kkent030315/EQU8-PoC
- https://github.com/gmh5225/equ8_bypass
Explore AntiCheat System:Ricochet
Explore AntiCheat System:RIOT
Explore AntiCheat System:XignCode
Explore AntiCheat System:ACE
Explore AntiCheat System:G-Presto
Explore AntiCheat System:NeacSafe
Explore AntiCheat System:BadlionAnticheat
Explore AntiCheat System:Byfron
- https://byfron.tech/
- https://www.unknowncheats.me/forum/anti-cheat-bypass/505486-byfron-tech-anti-cheat-released.html
- https://gist.github.com/gmh5225/cbe40345a9400b01329e025478ffb826 [hash]
Game:MapleStory
- https://forum.ragezone.com/f922/getting-packet-structures-opcodes-using-792436 [Packet]
- https://github.com/Bratah123/SpiritIDAPlugin [IDA-Plugin]
- https://github.com/icelemon1314/mapleLemon [Private Server-CMS-027]
- https://forum.ragezone.com/f428/maplestory-private-server-v83-741739 [Private Server-GMS-083]
- https://github.com/Z41N/v83MaplestoryCPP [Private Server-GMS-083 C++]
- https://github.com/Fraysa/Destiny [Private Server-GMS-083 C#]
- https://github.com/Bratah123/ElectronMS [Private Server-KMS-316]
- https://github.com/Bratah123/BattleAnalysis176 [Battle Analysis]
- https://github.com/gmh5225/MapleStory-BuildFramework [AntiCheat]
- https://github.com/gmh5225/Maplestory-V179-Cheat-Engine [V179 CT]
- https://github.com/gmh5225/MapleStory-HeavenClient [Heaven Client]
- https://github.com/gmh5225/TWMS-Hacking-Data [TMS CT]
- https://github.com/gmh5225/MapleStory-MSDoggy [TMS Old Hack]
- https://github.com/gmh5225/MapleStory-MSB [GMS Old Hack 128-140]
- https://github.com/gmh5225/MapleStory-MSC [GMS Bot]
- https://github.com/gmh5225/MapleStory-Rebirth [Private Server-GMS-095 C#]
- https://github.com/gmh5225/MapleStory-mnwvs196 [Private Server-TMS-196]
- https://github.com/gmh5225/MapleStory-MapleResearch [GMS-095 Client Analysis]
- https://github.com/gmh5225/Maplestory-RustMS [Private Server-Rust]
- https://github.com/gmh5225/Maplestory-WzComparerR2 [Maplestory online Extractor]
- Generate machine learning object detection samples from Maplestory in different formats
Game:Minecraft
Game:Sword With Sauce
Game:Gunfire Reborn
Game:Fall Guys
Game:Remnant
Game:LostArk
Game:Battlerite
Game:CrossFire
Game:TGame
Game:LOL
- https://github.com/LeagueSharp
- https://github.com/shalzuth/LeagueSharp
- https://github.com/shalzuth/LoLClient
- https://github.com/gmh5225/L-Assemblies
- https://github.com/gmh5225/LeagueSharp.Loader
- https://github.com/R3nzTheCodeGOD/R3nzSkin [Skin]
- https://github.com/gmh5225/LOL-LeagueSkinChanger [Skin]
- https://github.com/gmh5225/hh-lol-prophet
- https://github.com/gmh5225/DecryptionDumper [Dump]
- https://github.com/LeaguePrank/LeagueTeamBoost
- https://github.com/gmh5225/League-of-Legends-Bot-Orbwalker-Lasthit-Laneclear-Skin-Changer-Vanguard-Spoofer
- https://github.com/LeagueSandbox
- https://github.com/gmh5225/lol-unpackman
- A bran-new League of Legends assistant software, a replacement for WeGame
Game:Dota2
- https://github.com/skrixx68/Dota2-Overlay-2.0
- https://github.com/skrixx68/Dota2-Overlay-OffsetUpdater
Game:WOW
Game:CS1.6
Game:CSGO
- https://github.com/gmh5225/CSGO-master-guide [Guide]
- https://github.com/frk1/hazedumper [Offset]
- https://github.com/KittenPopo/csgo-offsets [Offset]
- https://github.com/ofDataa/offsets [Offset]
- https://github.com/dretax/GarHal_CSGO
- https://github.com/danielkrupinski/Osiris
- https://github.com/danielkrupinski/GOESP [Cross-platform]
- https://github.com/gmh5225/CSGO-Anubis
- https://github.com/s3pt3mb3r/Dainsleif
- https://github.com/lagcomp/csgo_sdk
- https://github.com/ekknod/csf_w [Win SDK]
- https://github.com/ekknod/csf [Linux SDK]
- https://github.com/Speedi13/ROP-COMPILER
- https://github.com/AimTuxOfficial/AimTux [Linux]
- https://github.com/EternityX/DEADCELL-CSGO
- https://github.com/nbqofficial/kernel-csgo
- https://github.com/HeathHowren/CSGO-Cheats
- https://github.com/Kruziikrel1/CSGO-FindMDL [Model Changer]
- https://github.com/ekknod/nv_v2 [Sound ESP]
- https://github.com/gmh5225/CSGO-Improved-CSGO_Simple
- https://github.com/gmh5225/CSGO-SpyExternal1337hax [External]
- https://github.com/gmh5225/CSGO-Seaside [Internal]
- https://github.com/gmh5225/CSGO-Lumina-Cheat [Internal]
- https://github.com/gmh5225/CSGO-norsefire [Driver + Mouse Emulation]
- https://github.com/gmh5225/CSGO-boltobserv [Radar]
- https://github.com/gmh5225/CSGO-external_ahk_hack [External]
- https://github.com/gmh5225/CSGO-P2C-Dumper [Dump]
- https://github.com/gmh5225/CSGO-2k17-club
- https://github.com/gmh5225/csgo-xenforo-loader
- https://github.com/gmh5225/CSGO-ezfrags
- https://github.com/gmh5225/CSGO-MAIN-INTERNAL
- https://github.com/gmh5225/csgo-digital-sdk
- https://github.com/gmh5225/CSGO_BacktrackPatch [Backtrack Patch]
- https://github.com/gmh5225/CSGO-NullBase [External]
Game:Valorant
- https://github.com/apekros/valorant_offsets [Offset]
- https://github.com/10HEAD/ValorantOffsets [Offset]
- https://github.com/ofDataa/offsets [Offset]
- https://github.com/pebu1337/valorant-externals [Offset]
- https://github.com/Pinguu-dev/PINGUU-VAL
- https://github.com/gmh5225/valorant-gui-imgui-remake [GUI]
- https://github.com/gmh5225/valorant-internal
- https://github.com/gmh5225/ValoAutoDecryption [Decryption]
- https://github.com/gmh5225/Zenti-Valorant-Cheat-Hack-Internal-Spoofer-Driver-Injector-Protector-Auth
- https://github.com/gmh5225/Valorant-Hack-Esp-Aimbot-Driver-Injector-With-Spoofer-Temporary
- https://github.com/gmh5225/valorant-dumper [Dump]
- https://github.com/gmh5225/Valorant-Dumper-Tool [Dump]
- https://github.com/gmh5225/Valorant-Esp-Aimbot-Hack
- https://github.com/gmh5225/Valorant-external-UE4-c- [External]
- https://github.com/gmh5225/Valorant-Cheat-External [External]
- https://github.com/gmh5225/Valorant-Cheat
Game:VEILED EXPERTS
- https://github.com/gmh5225/VEILED-EXPERTS-SDK
- https://github.com/gmh5225/ProjectD-Win64-Shipping
- https://github.com/gmh5225/VeiledExpertsSDK
Game:COD1
Game:COD Warzone
- https://github.com/gmh5225/COD-Warzone-MW-HACK-ESP-AIMBOT
- https://github.com/gmh5225/COD-Warzone-mwclap
- https://github.com/NMan1/external-warzone-cheat
- https://github.com/NMan1/warzone-internal
- https://github.com/gmh5225/Call-Of-Duty-Warzone-Hack-Esp-Slient-Aimbot-Internal-Unlock-ALL
- https://github.com/gmh5225/Call-Of-Duty-Vanguard-Hack-Esp-AImbot-Unlock-All
Game:Battlefield 1
Game:Battlefield 2042
Game:Apex Legends
- https://github.com/dhanax26/Apex-Legends-Offset-Dumper [Offset]
- https://github.com/ofDataa/offsets [Offset]
- https://github.com/dword64/Apex-Legends-SDK-Remaster
- https://github.com/hooksteroid/ApexD3D_External
- https://github.com/NMan1/apex-legends-cheat
- https://github.com/rakuza2/SIMPLE-AIMBOT-GLOW-APEX
- https://github.com/TheCruZ/Direct-EFI-Apex-Cheat
- https://github.com/Astronaut00/apex-external
- https://github.com/gmh5225/Valorant-Phoenix-Cheat
- https://github.com/CasualX/apexbot
- https://github.com/gmh5225/APEX-ESP_AIMBOT
- https://github.com/gmh5225/Apex-Legends_Driver_Cheat
- https://github.com/Keyzp1337/Fortnite
- https://github.com/gmh5225/Apex-AI-NuremX [AI]
- https://github.com/gmh5225/apex_full_cheat
- https://github.com/gmh5225/Apex-ApexCheeseTest
- https://github.com/gmh5225/Apex-Legends-Esp
- https://github.com/gmh5225/Apex-ApexCheat
Game:Fortnite
- https://github.com/ofDataa/offsets [Offset]
- https://github.com/masterpastaa/AutoOffsets [Offset]
- https://github.com/Zetolac/FortniteOffsetsAndSigs [Offset]
- https://github.com/Android1337/Fortnite-Offsets [Offset]
- https://github.com/TayzDev/W2S-offset-Fortnite [Offset]
- https://github.com/Luksiuss/FortniteSigsUpdatedEveryUpdate [Offset]
- https://github.com/Android1337/FortniteSigsUpdatedEveryUpdate [Offset]
- https://github.com/plu1337/fortnite-offsets [Offset]
- https://github.com/plu1337/fortnite-virtual-offsets [Virtual Table Offsets]
- https://github.com/plu1337/fortnite-sigs [Signature]
- https://github.com/plu1337/fortnite-exploits [Exploits]
- https://github.com/ReallReaper/Fortnite-Offsets-Sigs-and-more [Offset]
- https://github.com/Makk5/FortConsole
- https://github.com/skidseal/FortniteLeak5
- https://github.com/Zetolac/FortniteExternalW2S
- https://github.com/gmh5225/Fortnite-Internal-Cheat-Fixed-and-Updated
- https://github.com/gmh5225/Fortnite-EFI-External [EFI]
- https://github.com/gmh5225/Fortnite-External-Cheat-WinSense-Leak
- https://github.com/gmh5225/fortnite-cheat-source-internal
- https://github.com/gmh5225/Fortnite-Hack-Esp-Exploits-With-Menu
- https://github.com/gmh5225/Fortnite-nigusFN
- https://github.com/gmh5225/Fortnite-Source-External-EAC-BE-undetected
- https://github.com/gmh5225/Fortnite-GodFather-Cheat-Cracked
- https://github.com/gmh5225/Fortnite-FortGay
- https://github.com/gmh5225/Fortnite
- https://github.com/gmh5225/Fortnite-Basic-Cheat-Source-Internal
- https://github.com/gmh5225/Fortnite-UD-External
- https://github.com/gmh5225/Fortnite-Gloomy.cc
- https://github.com/gmh5225/Fortnite-Esp-Aimbot-Exploits-Hwid-Spoofer-Cleaner-Hack-Cheat
- https://github.com/gmh5225/Fortnite-Cheat-LEAK
- https://github.com/gmh5225/Fortnite-Fltokens-and-offsets
- https://github.com/gmh5225/VOLTO-EXTERNAL-SPOWAR-UD-EAC-BE-FORTNITE-EXTERNAL-CHEAT
- https://github.com/gmh5225/Serenity.gg-FN-and-Loader
- https://github.com/gmh5225/Fortnite-External-Cheat-Leak
- https://github.com/gmh5225/fortnite-Spoofer [HWID]
- https://github.com/gmh5225/ritz-amazing-fortnite-internal
- https://github.com/gmh5225/Fortnite-External
- https://github.com/gmh5225/Fortnite-Masterpasta-ihack-Source-Leak
- https://github.com/gmh5225/Fortnite-Evo.cc-Source-External-Cheat
- https://github.com/gmh5225/Fortnite-External-1
- https://github.com/gmh5225/Apple-Lite-Fortnite-Cheat
Game:Bloodhunt
Game:Super People
- https://github.com/EBalloon/Super-People-sdk
- https://github.com/gmh5225/Super-People-Esp-Aimbot-Magic-Hack
Game:Splitgate
Game:PUBG
- https://github.com/gmh5225/pubg-dumper [Dump]
- https://github.com/Skengdoo/pubg-external-cheat
- https://github.com/gmh5225/pubg-pubg_internal
- https://github.com/gmh5225/pubg-internal
- https://github.com/gmh5225/pubg-public
- https://github.com/gmh5225/PlayerUnknown-s-Battlegrounds-Pubg-Steam-Hack-Esp-Aimbot
- https://github.com/gmh5225/pubg-lilypublic
- https://github.com/gmh5225/PUBG_Internal
Game:PUBGM
- https://github.com/Mood-Coding/pubgm_shitty_source
- https://github.com/gmh5225/Pubg-Mobile-Extermal-Esp-Aimbot-Magic-Injector-Spoofer
- https://github.com/gmh5225/Pubg-Mobile-Esp-Aimbot-Magic-Injector-Spoofer
- https://github.com/gmh5225/PUBGM-PUBGPatcher
Game:EFT
- https://github.com/gmh5225/EFT-StreamedCheat
- https://github.com/gmh5225/EFT-Escape-From-Tarkov-External-Esp-Aimbot-eft-Hack-Cheat-Injector-Spoofer
- https://github.com/gmh5225/EFT-pKernelInterface-EFT
- https://github.com/gmh5225/EFT-EscapeFromTarkov-Trainer
- https://github.com/gmh5225/eft-tiny_eft
- https://github.com/gmh5225/eft-Nathans-Tarkov-Radar-Public [Vmread + Radar]
- https://github.com/gmh5225/eft-external
- https://github.com/gmh5225/eft
- https://github.com/gmh5225/eft-internal
- https://github.com/gmh5225/EFT-Veil-EFT
Game:R6
- https://github.com/NMan1/Rainbow-Six-Cheat
- https://github.com/NMan1/OverflowR6V2
- https://github.com/NMan1/Internal-Rainbow-Six-Cheat-V3
- https://github.com/gmh5225/Rainbow-epic-r6-v9
- https://github.com/gmh5225/Rainbow-R6Updater
- https://github.com/gmh5225/Rainbow-R6Table_Internal
Game:Overwatch
- https://github.com/blackhades00/PareidoliaTriggerbot [Triggerbot]
- https://github.com/ReynmenRcs/Overwatch-External-Esp-Aimbot-Hack-Cheat
Game:Paladins
Game:DayZ
Game:Squad
Game:Rust
- https://github.com/NMan1/OverflowRust
- https://github.com/gmh5225/simple-rust-hack
- https://github.com/gmh5225/rust-internal
- https://github.com/gmh5225/Rust-Internal-Esp-Aimbot-Spoofer-Hack-Cheat-Injector-Driver
- https://github.com/gmh5225/Rust-External-Esp-Aimbot-Spoofer-Hack-Cheat-Injector-Driver
- https://github.com/gmh5225/Rust-External
- https://github.com/gmh5225/Rico-Cheat-rust-external
- https://github.com/gmh5225/rust-a-pasted-rust-script
- https://github.com/gmh5225/Rust-External-Cheat
- https://github.com/gmh5225/rust-Kors_lol [Internal]
- https://github.com/gmh5225/Rust-Internal-1 [Internal]
- https://github.com/gmh5225/Rust-CRC32
Game:Arma3
Game:AVA
Game:Mordhau
Game:Smite [UE3]
Game:Genshin Impact
- https://github.com/khang06/mhynot2
- https://github.com/gmh5225/genshinjumpfixer2 [Decode CFG]
- https://github.com/gmh5225/genshin-cheat
- https://github.com/gmh5225/Grasscutter [Private Server]
- https://github.com/gmh5225/Genshin-Akebi-GC [Cheat]
Game:Honkai Impact
Game:EldenRing
- https://github.com/techiew/EldenRingMods [Mod]
- https://github.com/gmh5225/EldenRing-Launcher [Launcher]
Game:Dark Souls
Game:GTA5
- https://github.com/Luksiuss/GTA-5-SIGS-1.59 [Offset]
- About Adds drag- to- resize functionality to the main GTA V window
Game:Geometry Dash
Game:8ball pool
Game:Wizard101
Game:QQTang
Game:Chess
- https://github.com/gmh5225/lc0 [Chess Engine]
Game:BLOCKPOST
Game:Witch It
Guide
- https://technology.riotgames.com/news/riots-approach-anti-cheat
- https://github.com/gmh5225/AntiCheat-WeirdAntiCheatIdeas
- https://github.com/gmh5225/AntiCheat-chrysalis
- https://www.unknowncheats.me/forum/anti-cheat-bypass/481731-tutorial-ring3-anticheat-project.html
- https://github.com/dhondta/awesome-executable-packing [Executable File Packing]
- https://anti-debug.checkpoint.com [Anti Debug]
Stress Testing
- https://github.com/niemand-sec/AntiCheat-Testing-Framework
- https://github.com/stuxnet147/Known-Driver-Mappers [Known Driver Mappers]
- https://github.com/DanielRTeixeira/injectAllTheThings [Injection Testing]
- https://github.com/gmh5225/DLL-inject-Injectors [Injection Testing]
- https://github.com/guided-hacking/GuidedHacking-Injector [Injection Testing]
- https://github.com/gmh5225/rust-dll-crab [Injection Testing]
- https://github.com/odzhan/injection [Injection Testing]
- https://github.com/gmh5225/Driver-kinject [Injection Testing]
- https://github.com/gmh5225/ThreadJect [Injection Testing]
- https://github.com/gmh5225/inject-ThreadHijackingInjector [Injection Testing]
- https://github.com/gmh5225/simple-SetWindowsHookExW-injector [Injection Testing:SetWindowsHookExW]
- https://github.com/gmh5225/Inject-Jektor [Injection/Shellcode Testing]
- https://github.com/gmh5225/face-injector-v2 [Injection/ Testing]
- https://github.com/notscimmy/libelevate [Elevating Handle]
- https://github.com/gmh5225/NoBastian_v2 [Elevating Handle By LSASS]
- https://github.com/gmh5225/launcher-abuser [Elevating Handle]
- https://github.com/gmh5225/LSASS-Usermode-Bypass [Elevating Handle By LSASS]
- https://github.com/Mattiwatti/EfiGuard [PG Testing]
- https://github.com/9176324/Shark [PG Testing]
- https://github.com/gmh5225/HideDriverTesting [Hide Driver Testing]
- https://github.com/gmh5225/HideDriver-flink-blink [Hide Driver Testing]
- https://github.com/gmh5225/HideDriver-MiProcessLoaderEntry [Hide Driver Testing]
- https://github.com/gmh5225/TraceCleaner [Hide Driver Testing]
- https://github.com/gmh5225/disable-threat-tracing [ETW Testing]
- https://github.com/daswareinfach/Battleye-VAC-EAC-Kernel-Bypass [FsFilter Testing]
- https://github.com/gmh5225/Injection-MMFCodeInjection [User APC + File Mapping Testing]
- https://github.com/gmh5225/AntiDbg-TtdAntiDebugging [Debug Testing]
Anti Debugging
- https://github.com/LordNoteworthy/al-khaser
- https://github.com/gmh5225/ScyllaHideDetector2
- https://github.com/Ahora57/MAJESTY-technologies
- https://github.com/AdvDebug/AntiCrack-DotNet [CSharp]
- https://github.com/weak1337/CEDetector [CE]
- https://github.com/gmh5225/Detection-CheatEngine [CE]
- https://github.com/Ahora57/MAJESTY-technologies
- https://github.com/gmh5225/AntiDbg-AmogusPlugin
- https://github.com/gmh5225/Android-AntiDebugandMemoryDump [Android]
- Sample anti-debug with detect ScyllaHide/HyperHide and TitanHide
- Linux anti-debugging techniques
- https://github.com/gmh5225/AntiDBG
- https://github.com/gmh5225/linux-anti-debug-LADD [Linux]
- https://github.com/gmh5225/AntiKernelDebug-POC [Windows Kernel]
- https://github.com/gmh5225/antidbg-cpp-anti-debug
Page Protection
- https://github.com/changeofpace/Self-Remapping-Code
- https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-addsecurememorycachecallback
- https://github.com/weak1337/NO_ACCESS_Protection
- https://github.com/gmh5225/page_no_access
- https://github.com/gmh5225/PAGE_NO_ACCESS_DeepSleep
- https://github.com/gmh5225/PAGE_NO_ACCESS-ShellcodeFluctuation
- https://github.com/gmh5225/veh-printf-hook [PAGE_GUARD]
- https://github.com/gmh5225/PointerGuard-1 [PAGE_GUARD]
- https://github.com/gmh5225/veh_hide_memory [PAGE_NOACCESS]
Binary Packer
- https://github.com/dhondta/awesome-executable-packing
- https://github.com/phra/PEzor
- https://github.com/gmh5225/Packer-PE-Packer [X86]
- https://github.com/gmh5225/Packer [X86]
- https://github.com/gmh5225/pe-protector [X86]
- https://github.com/iArtorias/debug_remover [Strip Debug Info]
- https://github.com/gmh5225/packer-pe32-password
- https://github.com/gmh5225/packer-Huan
- https://github.com/gmh5225/packer-HintInject [Hint/Name Table]
- https://github.com/gmh5225/Android-obf-Obfuscapk [Android]
- https://github.com/gmh5225/Packer-Embuche [ELF]
- https://github.com/gmh5225/packer-amber
- https://github.com/gmh5225/packer-PePacker
- https://github.com/gmh5225/Packer-wrappe [Rust]
- https://github.com/gmh5225/packer-woody_woodpacker [ELF]
- https://github.com/gmh5225/packer-m0dern_p4cker [ELF]
- https://github.com/gmh5225/packer-peinjector
- https://github.com/gmh5225/packer-AresFramework
- https://github.com/gmh5225/packer--exe_packer
CLR Protection
Anti Disassembly
Sample Unpacker
Dump Fix
Encrypt Variable
- https://github.com/gmh5225/encrypt-encrypted_value [C++]
- https://github.com/gmh5225/encrypt-e3 [C++]
- https://github.com/gmh5225/xor-float [C++]
Obfuscation Engine
- https://github.com/mike1k/perses
- https://github.com/jnastarot/furikuri
- https://github.com/nickcano/RelocBonus [Attack Reloc]
- https://github.com/gmh5225/packer-nmmp [Dex]
- https://github.com/gmh5225/Android-dex-BlackObfuscator [Dex]
- https://github.com/d35ha/CallObfuscator [Call Obfuscation]
- https://github.com/gmh5225/mutation-Milfuscator
- https://github.com/gmh5225/the-poor-mans-obfuscator [elf/macho]
- https://github.com/gmh5225/java-obf-proguard [Java]
Screenshot
- https://github.com/bavulapati/DXGICaptureApplication [Capture Desktop]
- https://github.com/Rick-laboratory/Windows-Screenshotcapture-DirectX/blob/master/main.cpp [DX9]
- https://github.com/gmh5225/dwm-screen-shot [DWM]
Game Engine Protection:Unreal
- https://github.com/zompi2/Static-Variables-Obfuscator-UE4
- https://github.com/BrUnOXaVIeRLeiTE/SCUE4-Plugin
Game Engine Protection:Unity
Game Engine Protection:Source
Open Source Anti Cheat System
- https://github.com/mq1n/NoMercy
- https://github.com/gmh5225/Anticheat-BetaShield
- https://github.com/chztbby/RebirthGuard
- https://github.com/GravitLauncher/Avanguard
- https://github.com/Rycooop/Bloom-Anticheat
- https://github.com/gmh5225/AntiMalware-Stresser [Anti Virus in fact but also Anti Cheat]
- https://github.com/danielkrupinski/VAC [Reversed VAC]
- https://github.com/ch4ncellor/EAC-Reversal [Reversed EAC]
- https://github.com/weak1337/BE-Shellcode [Reversed BE Shellcode]
- https://github.com/codetronik/AndroidAntiCheat [Android Platform]
- https://github.com/MrDiamond64/Scythe-AntiCheat [Minecraft]
- https://github.com/gmh5225/AntiCheat
- https://github.com/gmh5225/EDR-whids [EDR]
- https://github.com/gmh5225/UltimateAntiCheat
- https://github.com/gmh5225/Anti-Cheat-Quack
- Source Engine serverside anti-cheat plugin. (CS:S, CS:GO, CS:P, TF2)
- This is the Anti Cheat System for Knight Online Gamesoft vversion
- User-mode C++ Anti-Cheat written for German Roleplay Server GVMP.de
Analysis Framework
Detection:Hook
- https://github.com/hasherezade/pe-sieve
- https://github.com/mike1k/HookHunter
- https://github.com/gmh5225/Detect-hook-buster
- https://github.com/gmh5225/Driver-Detect-nullshit
- https://github.com/gmh5225/InstrumentationCallback-EtwTi-Syscall-Hook [Instrumentation Callback]
Detection:Memory Integrity
Detection:Attach
Detection:Triggerbot & Aimbot
- https://github.com/KANKOSHEV/Detect-MouseClassServiceCallback
- https://github.com/changeofpace/MouHidInputHook
- https://github.com/KelvinMsft/UsbMon
- https://github.com/gmh5225/AntiCheat-DeepAimDetector [Deep Learning]
Detection:Hide
- https://github.com/KANKOSHEV/Detect-HiddenThread-via-KPRCB
- https://github.com/weak1337/SystemThreadFinder
- https://github.com/gmh5225/HiddenModuleDetector
- https://github.com/KelvinMsft/ThreadSpy
Detection: Hacked Hypervisor
- https://secret.club/2020/04/13/how-anti-cheats-detect-system-emulation.html
- https://github.com/helloobaby/Nmi-Callback [NMI Callback]
- https://github.com/momo5502/ept-hook-detection [Detect EPT]
Detection:Virtual Environments
- https://github.com/a0rtega/pafish
- https://github.com/gmh5225/Detection-Hyper-v [Hyper-v]
- https://github.com/gmh5225/AntiDbg-MAJESTY-technologies
- https://github.com/gmh5225/detect-anticuckoo [Cuckoo]
Detection:HWID
- All methods of retrieving unique identifiers(HWIDs) on your PC
- https://github.com/medievalghoul/hwid-checker-mg
- https://github.com/weak1337/NvidiaApi
Detection:Injection
Detection:ESP
Detection:Wall Hack
- https://github.com/gmh5225/AntiCheat-CornerCulling
- https://github.com/gmh5225/AntiCheat-CornerCullingSourceEngine
Detection:Obfuscation
Detection:Magisk
Signature Scanning
Information System
- https://github.com/Enum0x539/Qvoid-Token-Grabber
- https://github.com/gmh5225/dfirtriage
- https://github.com/gmh5225/info-LaZagne
- https://github.com/thewhiteninja/ntfstool
- https://github.com/gmh5225/ntfs-journal-viewer
Dynamic Script
Kernel Mode Winsock
- https://github.com/gmh5225/libwsk [Kernel-Mode Winsock library]
Windows Ring3 Callback
- https://github.com/gmh5225/Callback-AlternativeShellcodeExec
- https://github.com/Deputation/instrumentation_callbacks [Instrumentation Callback]
- https://github.com/gmh5225/Hooking-via-InstrumentationCallback [Instrumentation Callback]
- https://github.com/gmh5225/InstrumentationCallback-EtwTi-Syscall-Hook [Instrumentation Callback]
- Register VEH by hooking RtlpCallVectoredHandlers
- ATPMiniDump Callback
- https://github.com/gmh5225/readdirectorychanges [ReadDirectoryChangesW]
- https://github.com/gmh5225/dllnotif [DllNotification]
- https://github.com/gmh5225/LdrRegisterDllNotification-modify-testing [DllNotification]
Windows Ring0 Callback
Winows Kernel Dump Analysis
- https://github.com/gmh5225/Tool-DIYSystemMemoryDump [DIY Dump Type]
Sign Tools
Backup File
- https://github.com/gmh5225/Driver-minivers [Generates Backup Copies]
Black Signature
Windows Ring0
- https://www.unknowncheats.me/forum/general-programming-and-reversing/495279-messagebox-kernel-mode.html [Msgbox]
- https://back.engineering/01/12/2020/ [Page Table Manipulation]
- https://back.engineering/29/03/2021 [Hide Address]
- https://github.com/gmh5225/be-injector [Attack COW]
- https://github.com/gmh5225/eac-mapper [Vulnerable MmCopyMemory]
- https://github.com/gmh5225/EAC-MmCopyMemory-EAC [Bypass MmCopyMemory]
- https://github.com/gmh5225/be-injector [Attack COW]
- https://github.com/gmh5225/Allocating-individual-pages [MmAllocateIndependentPagesEx]
- https://github.com/gmh5225/Hook-HvlSwitchVirtualAddressSpace [HvlSwitchVirtualAddressSpace]
Windows Ring3
- https://secret.club/2021/01/04/thread-stuff.html [Anti Debug]
- https://github.com/gmh5225/signtool-PastDSE [Sign Leaked Cert]
- https://github.com/gmh5225/StealingSignatures [Stealing signatures from pe files]
- https://github.com/gmh5225/MiniDumpWriteDumpPoC [Dump Memory]
- A x64 Write-What-Where exploit+shellcode execution vulnerability
- Dll injection through code page id modification in registry
- https://github.com/gmh5225/Etw-Syscall [ETW Syscall]
- https://github.com/yardenshafir/cet-research [CET]
- https://github.com/gmh5225/CET-win10 [CET]
- HyperGuard
- https://github.com/gmh5225/QueryShadowStack [Shadow Stack]