Abraxus's Blog

Blog Posts

Collection of blog posts written by me.

Game Hacking Introduction with Journey to Savage Planet

Published 12/15/202130-45 minutes read
Teaching hacking on windows using the game Journey to Savage Planet. This post starts with the basics of game hacking and goes all the way to building GUI's and hacks that can survive the application getting updated.

From LoadLibrary to Manually Mapping, the Art of DLL Injection

Published 1/15/202230-45 minutes read
This post goes over how to perform a basic dll injection using LoadLibrary, it will then dive into how LoadLibrary works behind the scenes and go through the steps of manually mapping and injecting a DLL into a process.

DOS Emulator Part 1: Emulator and WASM

Published 4/4/202210-15 minutes read
Part 1 of the DOS Emulator series. This post goes over the usage of the emulator and how to compile C++ to WASM.