flat assembler
Message board for the users of flat assembler.
Index
> Windows > When I see a call 0xDE.... in a deubgger what does it mean? |
Author |
|
revolution 05 Aug 2015, 01:23
The debugger just needs to add the IP of the next instruction to the offset encoded in the instruction and that will give the absolute address.
Code: org 0x12345678 call @f ;e8 00 00 00 00 <--- IP of next instruction = 0x1234567D, offset = 0x00000000 @@: ;<--- address 0x1234567D |
|||
05 Aug 2015, 01:23 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.