├── AntiTor.cmd ├── AntiTor.exe ├── AntiTor.ico ├── AntiTor.sh ├── LICENSE ├── README-RU.md ├── README.md ├── change-mode.cmd ├── change-mode.sh ├── conjure.sh ├── discord.sh ├── full-stop.sh ├── lyrebird.sh ├── service-check.sh ├── service-manager.cmd ├── service-manager.sh ├── updater.cmd └── updater.sh /AntiTor.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/AntiTor.cmd -------------------------------------------------------------------------------- /AntiTor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/AntiTor.exe -------------------------------------------------------------------------------- /AntiTor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/AntiTor.ico -------------------------------------------------------------------------------- /AntiTor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/AntiTor.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/LICENSE -------------------------------------------------------------------------------- /README-RU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/README-RU.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/README.md -------------------------------------------------------------------------------- /change-mode.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/change-mode.cmd -------------------------------------------------------------------------------- /change-mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/change-mode.sh -------------------------------------------------------------------------------- /conjure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/conjure.sh -------------------------------------------------------------------------------- /discord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/discord.sh -------------------------------------------------------------------------------- /full-stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/full-stop.sh -------------------------------------------------------------------------------- /lyrebird.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | ./ld-linux-x86-64.so.2 --library-path . ./lyrebird 3 | -------------------------------------------------------------------------------- /service-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/service-check.sh -------------------------------------------------------------------------------- /service-manager.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/service-manager.cmd -------------------------------------------------------------------------------- /service-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/service-manager.sh -------------------------------------------------------------------------------- /updater.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/updater.cmd -------------------------------------------------------------------------------- /updater.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verity-Freedom/Tor-Portable/HEAD/updater.sh --------------------------------------------------------------------------------