keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Absolute indirect jump

Open eXtreames opened this issue 1 year ago • 2 comments

Is it possible to add (or use) absolute indirect jump using a sequence of bytes - FF 25 00 00 00 00 [8 bytes of address]? Example - jmp 0x123456789 encoded as FF 25 00 00 00 00 89 67 45 23 01 00 00 00. image

eXtreames avatar Mar 11 '24 19:03 eXtreames