|
I had this problem before, I think that I fixed this by always searching only the first 2gb of memory since user mode program only have access to this part of the memory. The other half is reserved for the kernel and it's driver. So instead of doing s 0 l FFFFFFFF do s 0 l 7FFFFFFF.
|