Page 1 of 1

InlineASM/JMP/Call Question

Posted: Fri Jun 03, 2005 11:56 pm
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

-

Posted: Sat Jun 04, 2005 11:49 am
by Kendrel
any1 who can help?

iam quite sure some of you might have an idea :) plssss...

Posted: Sat Jun 04, 2005 1:22 pm
by freak
You can do that with absolutely no asm:

Code: Select all

CallFunctionFast($50000)