Skip to main content

Posts

Flare On 2015 - 0x1 First challenge writeup
·1212 words·6 mins
Reverse Engineering Flare On
This is the walkthrough of the first challenge in the Flare On 2015 series, how to solve the challenge using IDA Pro and Python.
LiteX - Add JTAG PHY interface to VexRiscV CPU
·1622 words·8 mins
Hardware LiteX FPGA
How to add a JTAG PHY interface to a VexRiscV CPU in the LiteX SoC generator and debug the CPU with OpenOCD and GDB.
Cube World Reversing - Cheat UI & LocalPlayer
·1245 words·6 mins
Game Hacking Reverse Engineering
Making the UI for our cheat using ImGui D3D11 and start reverse the game to retrieve the LocalPlayer to start implementing our cheat features.
Cube World Reversing - Unpack the game
·1040 words·5 mins
Game Hacking Reverse Engineering
How to unpack Cube World, a game packed with Steam DRM, to reverse it and make a cheat on it.