Changes between Version 1 and Version 2 of Ticket #10259, comment 2
- Timestamp:
- Nov 27, 2013, 8:14:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10259, comment 2
v1 v2 7 7 - 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: 8 8 - 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 string "The Wanderer" (that's the title of the audio CD I'm trying to rip!) 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. 10 10 - as to edx itself, it was affected by the line {{{mov 0x10(esi), edx}}}, and esi == {{{0xdf07c2c0}}} 11 11