1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-25 16:11:23 +08:00

Add hook to close_range function, solves #439. |0!

This commit is contained in:
Recolic Keghart
2022-04-12 20:37:12 +08:00
Unverified
parent 07c15a02f6
commit 0000000062
3 changed files with 82 additions and 4 deletions
+1
View File
@@ -100,6 +100,7 @@ int connect_proxy_chain (int sock, ip_type target_ip, unsigned short target_port
void proxychains_write_log(char *str, ...);
typedef int (*close_t)(int);
typedef int (*close_range_t)(unsigned, unsigned, int);
typedef int (*connect_t)(int, const struct sockaddr *, socklen_t);
typedef struct hostent* (*gethostbyname_t)(const char *);
typedef int (*freeaddrinfo_t)(struct addrinfo *);