Skip to content Skip to sidebar Skip to footer
Showing posts with the label Reverse Engineering

Rotating Vertices About Point

I'm reverse engineering a level map for a game. Each object within the level has 3 floats for p… Read more Rotating Vertices About Point

In C Python, Accessing The Bytecode Evaluation Stack

Given a C Python frame pointer, how do I look at arbitrary evaluation stack entries? (Some specific… Read more In C Python, Accessing The Bytecode Evaluation Stack