helloword
March 23rd, 2003, 03:52
This is a sampler of disam by Ollydbg:
0040FDAD . 8242 BC 56 add byte ptr ds:[edx-44], 56
0040FDB1 ? EA 612C58F3 3D0E jmp far 0E3D:F3582C61
0040FDB8 ? 07 pop es
0040FDB9 ? 99 cdq
0040FDBA ? 25 41C3957B and eax, 7B95C341
0040FDBF ? E5 B5 in eax, 0B5
0040FDC1 ? E1 74 loopde short 0040FE37
0040FDC3 ? 2BC3 sub eax, ebx
But the second line should be
0040FDB5 F3:
0040FDB6 3D 0E079925 cmp eax, 2599070E
Can someone give me some explanation regarding this issue ?
0040FDAD . 8242 BC 56 add byte ptr ds:[edx-44], 56
0040FDB1 ? EA 612C58F3 3D0E jmp far 0E3D:F3582C61
0040FDB8 ? 07 pop es
0040FDB9 ? 99 cdq
0040FDBA ? 25 41C3957B and eax, 7B95C341
0040FDBF ? E5 B5 in eax, 0B5
0040FDC1 ? E1 74 loopde short 0040FE37
0040FDC3 ? 2BC3 sub eax, ebx
But the second line should be
0040FDB5 F3:
0040FDB6 3D 0E079925 cmp eax, 2599070E
Can someone give me some explanation regarding this issue ?