# hmbsbige/shadowsocksr-windows

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/hmbsbige-shadowsocksr-windows).**

6,969 stars · 1,118 forks · C# · GPL-3.0 · archived

## Links

- GitHub: https://github.com/HMBSbige/ShadowsocksR-Windows
- awesome-repositories: https://awesome-repositories.com/repository/hmbsbige-shadowsocksr-windows.md

## Topics

`net6` `net60` `shadowsocksr` `wpf`

## Description

ShadowsocksR-Windows is a proxy client for Windows designed to route network traffic through ShadowsocksR proxy servers. It functions as a network proxy that establishes secure tunnels to bypass internet censorship and regional restrictions.

The application manages system-wide network routing and provides SOCKS5 proxy client capabilities to hide origin IP addresses. It redirects local traffic through a remote server to maintain internet privacy and circumvent network-level blocks.

The project incorporates traffic interception and encapsulation through a user-mode network wrapper and TAP-based interception. It utilizes AES-cipher encryption and an obfuscation layer to secure data streams and hide the signature of the proxy protocol.

## Tags

### Networking & Communication

- [Censorship Circumvention Tools](https://awesome-repositories.com/f/networking-communication/censorship-circumvention-tools.md) — Bypasses regional internet blocks and firewalls to provide access to restricted websites and online services.
- [Proxy and Tunneling Clients](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-management/proxy-tunneling-clients.md) — Routes internet traffic through secure encrypted tunnels to hide the local IP address.
- [Proxy Clients](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-proxying-tools/proxy-clients.md) — Provides a client application that enables Windows systems to route traffic through ShadowsocksR proxy servers.
- [Windows](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-proxying-tools/proxy-clients/windows.md) — Manages proxy settings and traffic redirection specifically for the Windows operating system environment.
- [Network Traffic Routing](https://awesome-repositories.com/f/networking-communication/network-traffic-routing.md) — Redirects internet traffic through secure proxy servers to bypass network restrictions and hide origin identities. ([source](https://github.com/hmbsbige/shadowsocksr-windows#readme))
- [Privacy Proxy Servers](https://awesome-repositories.com/f/networking-communication/privacy-proxy-servers.md) — Masks browsing activity and origin location by redirecting network requests through remote proxy servers.
- [Protocol Obfuscation](https://awesome-repositories.com/f/networking-communication/protocol-obfuscation.md) — Adds pseudo-random data layers to packets to hide the proxy protocol signature and bypass network inspection.
- [SOCKS5 Proxy Tunneling Clients](https://awesome-repositories.com/f/networking-communication/socks5-proxies/socks5-proxy-tunneling-clients.md) — Operates as a client that tunnels system internet traffic through the SOCKS5 protocol to bypass network restrictions.
- [Local Loopback](https://awesome-repositories.com/f/networking-communication/proxy-servers/local-loopback.md) — Binds to local loopback interfaces to intercept and tunnel system traffic before forwarding it to remote servers.

### Operating Systems & Systems Programming

- [TAP-Based Interception](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/operating-system-kernels/posix-interfaces/network-interception-utilities/tap-based-interception.md) — Utilizes TAP-based network interception to capture outgoing packets at the kernel level for redirection.
- [Network Wrappers](https://awesome-repositories.com/f/operating-systems-systems-programming/user-mode-drivers/network-wrappers.md) — Handles proxy logic and configuration within a Windows user-space network wrapper instead of a kernel driver.

### Security & Cryptography

- [Symmetric Cipher Implementations](https://awesome-repositories.com/f/security-cryptography/symmetric-cipher-implementations.md) — Implements symmetric block ciphers using AES to secure data streams against deep packet inspection.
