Changes between Version 2 and Version 3 of Ticket #10259, comment 2


Ignore:
Timestamp:
Nov 27, 2013, 8:18:13 PM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10259, comment 2

    v2 v3  
    77- I ran it on an address a few bytes before (the attached screenshot is a cleaned-up session done once I had all my ducks in a row) to get the full context:
    88- the {{{mov 0x20(ecx), eax}}} at ip {{{0x800d3e24}}}  triggers a panic because ecx=={{{0x54202d20}}}
    9 - ecx was affected that a little higher up by the line {{{mov(edx), ecx}}}, and edx == {{{0xdf077900}}}, which uses the beginning of the string "The Wanderer" aka {{{20 2d 20 54}}} (that's the title of the audio CD I'm trying to rip! What is it doing at address 0xdf077900 ?) at that address.
     9- ecx was affected that a little higher up by the line {{{mov(edx), ecx}}}, and edx == {{{0xdf077900}}}, which uses the beginning of the string " - The Wanderer" aka {{{20 2d 20 54}}} (that's the title of the audio CD I'm trying to rip! What is it doing at address 0xdf077900 ?) at that address.
    1010- as to edx itself, it was affected by the line {{{mov 0x10(esi), edx}}}, and esi == {{{0xdf07c2c0}}}
    1111