mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
unstable patch for 202312+
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
typedef int (WSAAPI *connect_t)(
|
||||
SOCKET,
|
||||
const struct sockaddr *,
|
||||
int
|
||||
);
|
||||
|
||||
extern connect_t real_connect;
|
||||
extern connect_t original_connect;
|
||||
|
||||
extern BYTE backup_connect[14];
|
||||
|
||||
int WSAAPI hook_connect(
|
||||
SOCKET,
|
||||
const struct sockaddr *,
|
||||
int
|
||||
);
|
||||
Reference in New Issue
Block a user