Displaying 1 result from an estimated 1 matches for "00647e7c".
Did you mean:
006477
2008 Jul 17
2
Quantasm
...=application&iId=7840
What seems to be happening is that its call to msvcrt.fread() gets caught in a loop reading the data file "QUANT0.DAT"
Code:
0009:Call KERNEL32.CreateFileA(00a632b0 "C:\\QUANTASM\\QUANT0.DAT",80000000,00000001,00000000,00000003,00000000,00000000) ret=00647e7c
0009:Ret KERNEL32.CreateFileA() retval=00000010 ret=00647e7c
0009:Call KERNEL32.SetFilePointer(00000010,00000024,00000000,00000000) ret=00647e94
0009:Ret KERNEL32.SetFilePointer() retval=00000024 ret=00647e94
A few open and seek calls later, SetFilePointer gets called to the QUANT0.DAT file (1...