stamat
September 15th, 2011, 12:07
My asm knowledge is basic so I need help with the following lines. I tried to comment the code - please correct if needed.
Where can I monitor the floating point stack when debugging with Olly?
This is my fist post in the forum... I hope I have not broken any rules.
Code:
006E3F72 FSTP QWORD PTR SS:[EBP-18] //Save top of FP stack value to QWORD PTR SS:[EBP-18]
...
0040CDF0 FLD QWORD PTR SS:[ESP] //Load value of QWORD PTR SS:[ESP] on top of FP stack
...
006E4277 FCOMP QWORD PTR SS:[EBP-18] //Compare value of QWORD PTR SS:[EBP-18] to top of FP stack value
006E427A FSTSW AX //...
006E427C SAHF //...
006E427D JA 006E4378 //jump based on the comparison above
Where can I monitor the floating point stack when debugging with Olly?
This is my fist post in the forum... I hope I have not broken any rules.
