Closed PirocaoBengala closed 1 year ago
Check this comment: https://github.com/zyantific/zydis/issues/360#issuecomment-1179401222
x86/x64 doesn't have call/jmp to an absolute address. It's an idiom composed of several instructions and data.
OK, I figured there was a discussion about this, I just didn't know where to look. thanks.
I'm looking for the right way to display the following block of instructions.
The output should be:
but using zydis, it shows me as follows:
I'm using one of the examples that already comes. the Formatter01 with ZYDIS_MACHINE_MODE_LONG_64, ZYDIS_STACK_WIDTH_64 I don't know if I should use some kind of setting to tweak this. If anyone knows and can help, I'd appreciate it.