Fastcall function implemention

Just starting out? Need help? Post your questions and find answers here.
Holdlang
New User
New User
Posts: 4
Joined: Wed Mar 30, 2005 4:44 pm

Fastcall function implemention

Post 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
Manol
User
User
Posts: 11
Joined: Thu May 05, 2005 1:19 pm
Location: Spain

Post by Manol »

Result = CallFunctionFast(*FunctionPointer [,Parameter1 [, Parameter2...]])
Holdlang
New User
New User
Posts: 4
Joined: Wed Mar 30, 2005 4:44 pm

Post 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
Post Reply