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
InlineASM/JMP/Call Question
You can do that with absolutely no asm:
Code: Select all
CallFunctionFast($50000)
quidquid Latine dictum sit altum videtur