Hi, im trying to Reverse a bus simulator "OMSI". He written in Delphi.. I have a address of Mouse Event click of "Start" button..But when i trying with DLL jump to address, its good, but the CALL's address has been calculated from EPX etc... I tryed this code:
Here is screen:
C++:
_asm {
MOV EBP, 0x0050F634
JMP EBP
}