mirror of
https://github.com/nccgroup/SocksOverRDP
synced 2026-06-08 16:21:17 +00:00
6 lines
113 B
C
6 lines
113 B
C
#pragma once
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
int StartServer(WCHAR *ip, WCHAR *port); |