文件名称:CPAProxy:围绕Tor的薄型Objective-C包装器
文件大小:198KB
文件格式:ZIP
更新时间:2024-06-16 20:37:08
Objective-C
是一个Objective-C库,可简化iOS上Tor的使用。 它提供API来设置和与在应用程序主进程的单独线程上运行的Tor客户端进行通信。 另一个类似的项目是iCepa的 。 安装 podspec尚未提交,但是在此期间您仍然可以使用CPAProxy.podspec 。 只需将这一行放在您的Podfile : pod 'CPAProxy', :git => 'https://github.com/ursachec/CPAProxy.git' 应通过脚本目录中的build-all.sh自动构建依赖项OpenSSL,libevent和Tor。 依赖版本 :0.4.0.5 :2.1.10稳定 :1.1.1c :5.2.4 用法 ⨀第一步 // Import the library... # include < CPAProxy> // Get resou
【文件预览】:
CPAProxy-master
----Podfile.lock(294B)
----scripts()
--------setup-prerequisites.sh(198B)
--------build-libevent.sh(2KB)
--------tor_cpaproxy.h(149B)
--------LICENSE.md(3KB)
--------README.md(308B)
--------build-libs.sh(6KB)
--------torrc(284B)
--------build-cpaproxy-xcframework.sh(2KB)
--------build-all.sh(190B)
--------build-openssl.sh(2KB)
--------build-lzma.sh(1KB)
--------build-tor.sh(2KB)
--------build-xcframework.sh(1KB)
----Gemfile(47B)
----pcap_captures()
--------cpaproxy_GET_archive_org_over_tor.pcap(66KB)
--------cpaproxy_GET_archive_org_without_tor.pcap(69KB)
----CPAProxy.xcodeproj()
--------project.pbxproj(77KB)
----Tests()
--------Shared()
--------macOS()
--------iOS()
----CONTRIBUTING.md(709B)
----.travis.yml(846B)
----Podfile(566B)
----CPAProxy.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(226B)
----LICENSE.md(4KB)
----README.md(7KB)
----CPAProxy.podspec(970B)
----Gemfile.lock(2KB)
----.gitignore(353B)
----CPAProxy()
--------Socket.swift(4KB)
--------CPAProxyTorCommandConstants.h(2KB)
--------CPAProxyTorCommands.h(826B)
--------Info.plist(752B)
--------BundleInfo.plist(707B)
--------CPASocketManager.h(4KB)
--------CPAProxyManager.h(5KB)
--------CPAProxyTorCommandConstants.m(2KB)
--------CPAProxyCommand.h(2KB)
--------CPAProxyTorCommands.m(1KB)
--------CPAProxy.h(488B)
--------CPASocketManager.m(8KB)
--------CPAProxyManager+TorCommands.m(3KB)
--------CPAProxyManager+TorCommands.h(2KB)
--------CPAProxyManager.m(13KB)
--------CPAThread.h(871B)
--------CPAProxyResponseParser.h(1KB)
--------CPAConfiguration.h(3KB)
--------CPAProxyResponseParser.m(2KB)
--------CPAConfiguration.m(4KB)
--------CPAThread.m(2KB)
--------CPAProxyCommand.m(2KB)