Pages tagged reverseengineering:

Reverse Engineering the Twelve Days of Christmas
http://research.microsoft.com/en-us/um/people/tball/papers/XmasGift/
Spotify vs OllyDbg
http://www.steike.com/code/spotify-vs-ollydbg/

sudo dtrace -n 'syscall::write*:entry /execname == "Spotify" && arg0 == 2/ { trace(copyinstr(arg1)); ustack(); }'
"Spotify for Windows contains code so awesome that [Windows debugger] OllyDbg can't look at it without crashing."
Spotify for Windows contains code so awesome that OllyDbg can't look at it without crashing.