In this post I discuss some ideas I've had and captured from my little experience in this hard topic.
Category: Reverse Engineering
This shows the steps I take to RE a certain binary or just concepts.
Internal vs External Game Hacks
If you're into game hacking then you probably have already heard the terms "Internal" and "External" hacks. In this post I will go over the differences of each with code examples and which to opt for when hacking.
What are Multi-Level Pointers
Whether you're a programmer or a game hacker, you have probably dealt with those before, maybe even had a hard time understanding them. Even if you have already used them in game hacking there's a high chance you don't know what they are at the high-level(C/C++ level)!
Brainpan: 1 – OSCP-Like Vulnhub Walkthrough
Yet another OSCP-Like Vulnhub machine, this one is recommended if you're looking to challenge your exploitation skills. Try it out by yourself first! Machine link: https://www.vulnhub.com/entry/brainpan-1,51/
Getting Pointers by Reading the Assembly
Learn how to grab the offsets of multi-level pointers with a quicker and less tedious method. All you need is a debugger and perhaps a decompiler to ease the process a bit.