Reading analog values with STM32F4 (ADC)

For some reasons, there is no simple guide on how to use the ADC of STM32F4, which is widely used in the STM32F4 Discovery Evaluation board. Here I use the GCC ARM toolchain with eclipse. Start STM32CubeMX which is available for nearly all platforms (Linux/Mac/Windows). Create a new…

Writing a Bot for Multiplayer Games with Code Injection

How does Honorbuddy work? How are cheats and/or bots written? This article is an introduction on how to reverse engineer a game and where to look after variables and pointers. I guide through a simple example in an MMORPG running on MacOS, where we will make a player move…