Hi,
I am working on samsung blackjack || on windows mobile 6. I have
patched CreateFile ,ReadFile ,WriteFile and GetFileInformationByHandle
file system calls. If i call CreateFile form some app and call
readfile subsequently on the handle obtained , it looks like the
handle value is changed somehow before it reaches ReadFile. So my
question is does anybody know how the file handles are mapped between
functions calls of CreateFile and the rest of the functions i listed
above(readfile,writefile...).
Thanks