Analysis updated 2026-05-18
Extract a proxy configuration from a supported private client to use with an open-source client like Clash.
Study the reverse-engineering approach used to pull configuration data out of a closed-source binary.
Contribute analysis of another private proxy client by opening an issue or pull request.
| tatanakots/fuckprivateclient | shieldnet-360/prompt-gate | smallnest/agent-wrapper | |
|---|---|---|---|
| Stars | 28 | 28 | 28 |
| Language | Go | Go | Go |
| Setup difficulty | moderate | — | — |
| Complexity | 4/5 | — | — |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Only documents support for specific Fastlink client versions, usage steps beyond compatibility are not covered.
FuckPrivateClient is a Go tool for extracting configuration files from proprietary proxy client applications. The README is written in Chinese and describes a utility that pulls the underlying network configuration out of private, closed-source clients so that the same configuration can be used with popular open-source alternatives such as Clash, v2rayN, and OpenClash. In the Chinese proxy service market, paid proxy providers often distribute custom, locked-down desktop clients rather than providing standard configuration files. This tool reverses that by extracting the configuration from the private client binary, letting the user run their chosen open-source client instead of the provider's proprietary one. The project currently documents support for specific Windows versions of a service called Fastlink, covering its standard edition (v1.19.23) and a lite edition (v3.0.3). The author notes in the README that the tool is intended for learning reverse-engineering techniques, and that the project does not endorse or recommend any particular proxy provider. There is also a disclaimer that the project takes no responsibility for the availability of any service or for funds users have paid to providers. Contributions are welcome: users who have other private clients they want analyzed can open an issue, and those who have already done analysis work can submit a pull request. The repository is open-source under the MIT license. The README is brief and does not cover installation or usage steps beyond the client compatibility list.
A Go tool that extracts proxy configuration from proprietary Chinese proxy clients for use with open-source alternatives.
Mainly Go. The stack also includes Go.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.