Let\'s say I\'ve the following set of instructions:
00E79E00 | E8 AE580000 CALL someprocess.00E7F6B3 00E79E05 | 85C0 TEST EAX, EAX (output tak
It's fairly trivial, really:
Origin = E79E00 Target = E7F6B3 Offset = 58AE Target = Origin + Offset + 5 (5 being the size of the call instruction)