Fastcall function implemention
Posted: Fri May 13, 2005 3:54 pm
Hi.
I tried to use the Fastcall function from Fasm
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
I tried to use the Fastcall function from Fasm
Code: Select all
Fastcall procid,proces starting address,[param1,param2,....]
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