InlineASM/JMP/Call Question

Everything else that doesn't fall into one of the other PB categories.
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

InlineASM/JMP/Call Question

Post by Kendrel »

Inline ASM works pretty good in pb, but i have following problem.

i have succesfully injected the dll i made finally, but now i cannot jmp or call functions inside that process.

so lets say id like to call $50000 or jmp at it (without use of labels), how would i do it using pb/fasm?! i cannot get this to work/compile... and i was source it should work
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

-

Post by Kendrel »

any1 who can help?

iam quite sure some of you might have an idea :) plssss...
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

You can do that with absolutely no asm:

Code: Select all

CallFunctionFast($50000)
quidquid Latine dictum sit altum videtur
Post Reply