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

How To Run Program Using Angr After Loading With The Elfcore Backend?

I am attempting to write a python script using the angr binary analysis library (http://angr.io/). … Read more How To Run Program Using Angr After Loading With The Elfcore Backend?