From 764b953ee0177f16ee61b45d7306c16ed1d61a97 Mon Sep 17 00:00:00 2001 From: Yunus AYDIN Date: Thu, 20 Jun 2024 20:19:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5496ca6..e5514db 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ Title/Link | Description [Game Hacking: Hammerwatch Invincibility](http://www.somersetrecon.com/blog/2018/7/25/game-hacking-hammerwatch-invincibility) | A case study using dnSpy to hack a Mono-based game. [Riot's Approach to Anti-Cheat](https://engineering.riotgames.com/news/riots-approach-anti-cheat) | A high-level glimpse into some of the ways Riot approaches anti-cheat. [Hacking Minesweeper: Programmatically Place Flags on Mined Blocks](https://www.begin.re/hacking-minesweeper) | The final challenge on [begin.re](https://begin.re), this tutorial uses IDA Pro and OllyDbg to demonstrate reversing via static and dynamic analysis. +[Game Hacking 101: Unleashing the Power of Memory Manipulation](https://infosecwriteups.com/game-hacking-101-unleashing-the-power-of-memory-manipulation-2f8b9411674e) | Mount and Blade Warband Hacking using Cheat Engine and C++ +[Decoding the Enigma: A Journey into Minesweeper’s Reverse Engineering](https://infosecwriteups.com/decoding-the-enigma-a-journey-into-minesweepers-reverse-engineering-3a253698eb45) | Reverse Engineer Minesweeper with x64dbg, Cheat Engine and C++ ### Interesting/Educational Forum Discussions