CodeBreakers Journal Videos uploaded

July 22, 2007 · Filed Under Reverse Code Engineering · 2 Comments 

I finally managed to upload 10 GB of videos of the CodeBreakers Journal. Have fun!

step mode on in GDB (by Stingduk)

May 20, 2007 · Filed Under Reverse Code Engineering · Comment 
I stepped halfway through the scanf function until I tried “finish” (which also failed to stop when it was outside the call once and just ended the run after my text was entered.)

use set step mode on

Read more