# LibNetAndProxyEvent **Repository Path**: timelifeczy/LibNetAndProxyEvent ## Basic Information - **Project Name**: LibNetAndProxyEvent - **Description**: iocp/asio proxy event - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-01 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### WinNet Proxy: See: dev-win ``` 基于Iocp的Tcp_Server/Udp_Server. ``` #### Capture ``` driver: https://github.com/theSecHunter/Hades-Windows/tree/main/MonitorEvent/netdrv lib/dll: https://github.com/theSecHunter/Hades-Windows/tree/main/MonitorEvent/netdrvlib unitTest: https://github.com/theSecHunter/Hades-Windows/blob/main/UnitTest/UntsNetwork.cpp guard or redirection config: https://github.com/theSecHunter/Hades-Windows/blob/main/config/networkRuleConfig.yaml ``` ### LinuxNet Proxy: See: dev-ebpf ``` 基于Asio实现Tcp_Server/Udp_Server ``` #### Capture ``` eBPF ```