You're missing the point. Scanning for the F0 0F C7 C8 sequence will
not work - one can e.g. calculate it from other values:
movl $0x3738f00f,%eax
notl %eax
movl %eax,some_variable
...
is just one simple example where the "magic bytes" are not found by a
memory scan. So why waste time?
-- Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de> "All I wanna do is have a little fun before I die"