Open eXtreames opened 8 months ago
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.
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.