Blog Component Zoo
Collection of reusable components for my blog
WerWolv's Blog
Collection of reusable components for my blog
Simple way to add stack traces to any C++ exception, including standard library ones, on GCC and Clang.
A guide to bringing up the Linux Kernel and a userspace application on a new hardware (or in this case, a self-made emulator)
A basic introduction to USB for people that don't need to know what happens on the wire
Reverse Engineering of the chinese iPrint app in order to talk to a Thermal Printer through Python over Bluetooth Low Energy
Detaching the Surface Book 2's screen using C++ and the Windows API
A low level analysis of how a STM32MP1 board loads its bootloaders and sets up peripherals found on the PCB. Road to a custom OS.
A low level explaination of how the boot process on devices running OpenDingux, like the GCW0 or the RG350, looks like.
How to make a DLL injector tool and using it inject a DLL which draw an ImGui overlay in a game by hooking OpenGL calls