├── .gitignore ├── LICENSE ├── README.md ├── Sign-Sacker.py ├── favicon.ico ├── ico_sacker.exe ├── info_sacker.exe └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/README.md -------------------------------------------------------------------------------- /Sign-Sacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/Sign-Sacker.py -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/favicon.ico -------------------------------------------------------------------------------- /ico_sacker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/ico_sacker.exe -------------------------------------------------------------------------------- /info_sacker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langsasec/Sign-Sacker/HEAD/info_sacker.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PyQt5==5.15.9 2 | --------------------------------------------------------------------------------