Page 1 of 1

Fastcall function implemention

Posted: Fri May 13, 2005 3:54 pm
by Holdlang
Hi.

I tried to use the Fastcall function from Fasm

Code: Select all

Fastcall procid,proces starting address,[param1,param2,....]
it isn't work so i try to implememnt it but i can't found any information how Fastcall is work.

I tried with CreateRemoteThread_ but it can transfer only 1 parameter.

Any ide where can i found some info from this, or how to make it?

Holdláng

Posted: Fri May 13, 2005 5:03 pm
by Manol
Result = CallFunctionFast(*FunctionPointer [,Parameter1 [, Parameter2...]])

Posted: Fri May 13, 2005 5:11 pm
by Holdlang
i need to run the function from an other program with process id.

Or there is a way to calcualte the base address and add the starting address of the function to there?

Holdláng