├── README.md └── bin ├── Changelog.txt ├── EnhancedMode └── driver │ ├── arm64 │ └── nt0A00 │ │ ├── OemVista.inf │ │ ├── tap0901.cat │ │ └── tap0901.sys │ ├── x64 │ ├── nt0501 │ │ ├── OemWin2k.inf │ │ ├── tap0901.cat │ │ └── tap0901.sys │ ├── nt0600 │ │ ├── OemVista.inf │ │ ├── tap0901.cat │ │ └── tap0901.sys │ └── nt0A00 │ │ ├── OemVista.inf │ │ ├── tap0901.cat │ │ └── tap0901.sys │ └── x86 │ ├── nt0501 │ ├── OemWin2k.inf │ ├── tap0901.cat │ └── tap0901.sys │ ├── nt0600 │ ├── OemVista.inf │ ├── tap0901.cat │ └── tap0901.sys │ └── nt0A00 │ ├── OemVista.inf │ ├── tap0901.cat │ └── tap0901.sys ├── History.txt ├── QQScreenShotsDT.exe ├── ReadMe.txt ├── Server ├── antinat.exe └── antinat.xml ├── SocksCapEx.exe ├── SocksCapExDLL32.dll ├── SocksCapExDLL64.dll ├── SocksCapExEHM32.dll ├── SocksCapExEHM64.dll ├── SocksCapExLDR32.dll ├── SocksCapExLDR64.dll ├── SsFreeAccountsSnifferPlugin ├── SsFreeAccountsSniffer.dll ├── SsFreeAccountsSniffer_SsrSubscribeGeneral.dll ├── SsFreeAccountsSniffer_freeshadow.net.dll ├── SsFreeAccountsSniffer_freeshadowsocks.cf.dll └── SsFreeAccountsSniffer_i.freevpnss.com.dll ├── Update.xml ├── config ├── availablednslist.txt ├── ca-bundle.crt ├── dnsmap.ini ├── proxyrule.ini └── update.ini ├── win2k └── tlist.exe └── 使用说明.pdf /README.md: -------------------------------------------------------------------------------- 1 | # SocksCapEx2 -------------------------------------------------------------------------------- /bin/Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/Changelog.txt -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/arm64/nt0A00/OemVista.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/arm64/nt0A00/OemVista.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/arm64/nt0A00/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/arm64/nt0A00/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/arm64/nt0A00/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/arm64/nt0A00/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0501/OemWin2k.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0501/OemWin2k.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0501/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0501/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0501/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0501/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0600/OemVista.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0600/OemVista.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0600/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0600/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0600/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0600/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0A00/OemVista.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0A00/OemVista.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0A00/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0A00/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x64/nt0A00/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x64/nt0A00/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0501/OemWin2k.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0501/OemWin2k.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0501/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0501/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0501/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0501/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0600/OemVista.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0600/OemVista.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0600/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0600/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0600/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0600/tap0901.sys -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0A00/OemVista.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0A00/OemVista.inf -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0A00/tap0901.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0A00/tap0901.cat -------------------------------------------------------------------------------- /bin/EnhancedMode/driver/x86/nt0A00/tap0901.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/EnhancedMode/driver/x86/nt0A00/tap0901.sys -------------------------------------------------------------------------------- /bin/History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/History.txt -------------------------------------------------------------------------------- /bin/QQScreenShotsDT.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/QQScreenShotsDT.exe -------------------------------------------------------------------------------- /bin/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/ReadMe.txt -------------------------------------------------------------------------------- /bin/Server/antinat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/Server/antinat.exe -------------------------------------------------------------------------------- /bin/Server/antinat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/Server/antinat.xml -------------------------------------------------------------------------------- /bin/SocksCapEx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapEx.exe -------------------------------------------------------------------------------- /bin/SocksCapExDLL32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExDLL32.dll -------------------------------------------------------------------------------- /bin/SocksCapExDLL64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExDLL64.dll -------------------------------------------------------------------------------- /bin/SocksCapExEHM32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExEHM32.dll -------------------------------------------------------------------------------- /bin/SocksCapExEHM64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExEHM64.dll -------------------------------------------------------------------------------- /bin/SocksCapExLDR32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExLDR32.dll -------------------------------------------------------------------------------- /bin/SocksCapExLDR64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SocksCapExLDR64.dll -------------------------------------------------------------------------------- /bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer.dll -------------------------------------------------------------------------------- /bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_SsrSubscribeGeneral.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_SsrSubscribeGeneral.dll -------------------------------------------------------------------------------- /bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_freeshadow.net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_freeshadow.net.dll -------------------------------------------------------------------------------- /bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_freeshadowsocks.cf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_freeshadowsocks.cf.dll -------------------------------------------------------------------------------- /bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_i.freevpnss.com.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/SsFreeAccountsSnifferPlugin/SsFreeAccountsSniffer_i.freevpnss.com.dll -------------------------------------------------------------------------------- /bin/Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/Update.xml -------------------------------------------------------------------------------- /bin/config/availablednslist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/config/availablednslist.txt -------------------------------------------------------------------------------- /bin/config/ca-bundle.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/config/ca-bundle.crt -------------------------------------------------------------------------------- /bin/config/dnsmap.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/config/dnsmap.ini -------------------------------------------------------------------------------- /bin/config/proxyrule.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/config/proxyrule.ini -------------------------------------------------------------------------------- /bin/config/update.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/config/update.ini -------------------------------------------------------------------------------- /bin/win2k/tlist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/win2k/tlist.exe -------------------------------------------------------------------------------- /bin/使用说明.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyps5201314/SocksCapEx2/HEAD/bin/使用说明.pdf --------------------------------------------------------------------------------