A tiny Reverse Sock5 Proxy
The Server GUI Built with ImGui :V
U can download a prebuilt from Releases.
You need
- gcc version 12+ recommended one for windows
- Conan Package Manager
And run any script from the scripts
folder, depend on your needs :V
gcc main.c -lws2_32 -O2 -s -o Sock5Agent
- Refactor the code to support multi OS
- Finish the Server code
- I don't know