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

Finding Folders Back Based On A Predefined Folder Structure

We've a dynamic folder structure syntax set up like: :projectRoot:/dev/model/:parentHierarchy:/… Read more Finding Folders Back Based On A Predefined Folder Structure

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