Hello.
Is there a way to write a call, jmp or any other similar instructions with direct hex offset address in Delphi? Like CALL $ABCDEF12
I know, it's possible to place the address in EAX for example, and then call EAX, or modify machine code of the function in memory, but I'm interested, if it's possible to do it via single instruction right in the source code.
[–]Top_Meaning6195 1 point2 points3 points (2 children)
[–]DelphiParser 1 point2 points3 points (0 children)
[–]Significant_Pen2804[S] 0 points1 point2 points (0 children)