paperlined.org
apps > autohotkey > RAM_probing
document updated 16 years ago, on Mar 26, 2008
===================== TestCentral ===================

Locate:  current row-position of the test-cycle grid-control

    - the number is definitely 1-based  (1=the very top row, even though conceptually, the top row
              coudl be considered to be "left out")


    - level N:
            VSFlex7N.ocx/InvalidateRect() is what's reading/writing to all four of those addresses
                        VSFlex7N+7AF5       mov eax,[ebp+08]            (eg. the pointer is being passed in via the stack)
                        VSFlex7N+7B03       mov [esi+00000128],eax

            It appears to write it from [ebp+08], where ebp is (after restarting each time):
                    0012FC64
                    0012F5A8
    - level N-1: