├── LICENSE ├── README.md ├── example ├── example.py └── obf-example.py └── specter.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Specter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Specter/HEAD/README.md -------------------------------------------------------------------------------- /example/example.py: -------------------------------------------------------------------------------- 1 | input("Join discord.gg/plague :)") -------------------------------------------------------------------------------- /example/obf-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Specter/HEAD/example/obf-example.py -------------------------------------------------------------------------------- /specter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Specter/HEAD/specter.py --------------------------------------------------------------------------------