🛠️ Reverse Engineering DirectX SetRenderState
Learn to reverse a core concept like depth testing and implement a feature that forces wallhacks. Every lesson results in a working tool that grants you absolute control over the DirectX pipeline.
👉 youtu.be/_uHoi041JjQ
🧭 Game Hacking Archaeology 🏺
Reverse engineering classic game hacks to understand their inner workings. It’s a fun way to learn and provides historical context in this ever changing niche.
👉 youtu.be/_uHoi041JjQ
⭐️ DirectX WallHack: Full Source Reconstruction
Master the craft of reverse engineering by rebuilding a DirectX wallhack from an IDA Pro decompilation.
👉 youtu.be/_uHoi041JjQ
🚀 Git Explained for Newbies
Learn to implement a feature-based branching strategy that keeps your game memory manipulation scripts organized and professional.
Every lesson results in a tangible improvement to your dev workflow.
👉 youtu.be/qj5AgSsn-DA
🤩 Game hacking will always be the most fun way to learn reverse engineering and assembly.
🚀 Become a expert with 500+ free video tutorials on our channel!
👉youtu.be/BuU294NVnMc
🛰️ Game Reverse Engineering
⚡Learn to recognize common code patterns and locate critical subroutines in a complex binary. This guide demonstrates REAL WORLD game reverse engineering.
👉 youtube.com/watch?v=Dtl-A8…
🕹️ Video Game Reverse Engineering 🕹️
We have been codifying the curriculum for game hacking education for 14+ years, this isn't just a hobby for us, it's an art form.
Learn from our experts 👉 youtu.be/_uHoi041JjQ
👑 GH's Anticheat Development Course Update
The anticheat software has been completed with 24 different kernel and usermode detection methods.
14 text walkthroughs have been written, with 10 more currently in progress.
Release Date: ~July 2026
👉 guidedhacking.com/forums/anti-ch…
🛠️ Game Reverse Engineering with Cheat Engine & IDA Pro
The view matrix is the bridge between 3D world space and your 2D screen. This tutorial shows you how to locate it in memory and use it to build a WorldToScreen function.
👉 youtu.be/crT9zGviqVs
😎Guided Hacking's CEmGui Cheat Engine Plugin allows you to build modern user interfaces using ImGui in Cheat Engine.
⭐️Update 2.0 released today
👉 youtu.be/YbRUu0cJ7D8
🧐 Reverse Engineering Save Game Logic
🛠️ Manipulating save files is a classic exploitation vector. Identify unsafe deserialization and pointer arithmetic errors that game developers often overlook when loading player data
👉 youtu.be/vHocemqpOuo
🔢How to Write Position Independent Shellcode in C
Learn to write PIC in C for shellcode development. Compile C code into raw binary shellcode that you can inject anywhere for stealthy execution.
👉 guidedhacking.com/threads/how-to…