wsock32.def

来自「程序通过替换wsock32.dll 来监测winsock调用. 可以在要跟踪的程」· DEF 代码 · 共 79 行

DEF
79
字号

LIBRARY "wsock32"
EXPORTS 
  accept  @1
  bind  @2
  closesocket  @3
  connect  @4
  getpeername  @5
  getsockname  @6
  getsockopt  @7
  htonl  @8
  htons  @9
  inet_addr  @10
  inet_ntoa  @11
  ioctlsocket  @12
  listen  @13
  ntohl  @14
  ntohs  @15
  recv  @16
  recvfrom  @17
  select  @18
  send  @19
  sendto  @20
  setsockopt  @21
  shutdown  @22
  socket  @23
  gethostbyaddr  @51
  gethostbyname  @52
  getprotobyname  @53
  getprotobynumber  @54
  getservbyname  @55
  getservbyport  @56
  gethostname  @57
  WSAAsyncSelect  @101
  WSAAsyncGetHostByAddr  @102
  WSAAsyncGetHostByName  @103
  WSAAsyncGetProtoByNumber  @104
  WSAAsyncGetProtoByName  @105
  WSAAsyncGetServByPort  @106
  WSAAsyncGetServByName  @107
  WSACancelAsyncRequest  @108
  WSASetBlockingHook  @109
  WSAUnhookBlockingHook  @110
  WSAGetLastError  @111
  WSASetLastError  @112
  WSACancelBlockingCall  @113
  WSAIsBlocking  @114
  WSAStartup  @115
  WSACleanup  @116
  __WSAFDIsSet  @151
	  WsControl  @1001
	  closesockinfo  @1002
	  Arecv  @1003
	  Asend  @1004
	  WSHEnumProtocols  @1005
	  inet_network  @1100
	  getnetbyname  @1101
	  rcmd  @1102
	  rexec  @1103
	  rresvport  @1104
	  sethostname  @1105
	  dn_expand  @1106
  WSARecvEx  @1107
	  s_perror  @1108
	  GetAddressByNameA  @1109
	  GetAddressByNameW  @1110
	  EnumProtocolsA  @1111
	  EnumProtocolsW  @1112
	  GetTypeByNameA  @1113
	  GetTypeByNameW  @1114
	  GetNameByTypeA  @1115
	  GetNameByTypeW  @1116
	  SetServiceA  @1117
	  SetServiceW  @1118
	  GetServiceA  @1119
	  GetServiceW  @1120
	  NPLoadNameSpaces  @1130
  TransmitFile  @1140

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?