env_w32_dll_export_ws2_32_hooks.h

Go to the documentation of this file.
00001 /********************************************************************************
00002  *                               libemu
00003  *
00004  *                    - x86 shellcode emulation -
00005  *
00006  *
00007  * Copyright (C) 2007  Paul Baecher & Markus Koetter
00008  * 
00009  * This program is free software; you can redistribute it and/or
00010  * modify it under the terms of the GNU General Public License
00011  * as published by the Free Software Foundation; either version 2
00012  * of the License, or (at your option) any later version.
00013  * 
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  * 
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00022  * 
00023  * 
00024  *             contact nepenthesdev@users.sourceforge.net  
00025  *
00026  *******************************************************************************/
00027 
00028 #include <stdint.h>
00029 
00030 int32_t env_w32_hook_accept(struct emu_env *env, struct emu_env_hook *hook);
00031 int32_t env_w32_hook_bind(struct emu_env *env, struct emu_env_hook *hook);
00032 int32_t env_w32_hook_closesocket(struct emu_env *env, struct emu_env_hook *hook);
00033 int32_t env_w32_hook_connect(struct emu_env *env, struct emu_env_hook *hook);
00034 int32_t env_w32_hook_listen(struct emu_env *env, struct emu_env_hook *hook);
00035 int32_t env_w32_hook_recv(struct emu_env *env, struct emu_env_hook *hook);
00036 int32_t env_w32_hook_send(struct emu_env *env, struct emu_env_hook *hook);
00037 int32_t env_w32_hook_sendto(struct emu_env *env, struct emu_env_hook *hook);
00038 int32_t env_w32_hook_socket(struct emu_env *env, struct emu_env_hook *hook);
00039 int32_t env_w32_hook_WSASocketA(struct emu_env *env, struct emu_env_hook *hook);
00040 int32_t env_w32_hook_WSAStartup(struct emu_env *env, struct emu_env_hook *hook);
00041 

Generated on Sun Jan 9 16:47:44 2011 for libemu by  doxygen 1.6.1