/* vim: set filetype=c ts=8 noexpandtab: */ #include "socketlayer.h" __declspec(naked) int __stdcall SocketLayer__SendTo( void *socket, char *buf, int len, int host, short port) { _asm { mov eax, 0x462C50 jmp eax } }