├── .gitignore ├── README.md ├── Xdecrypt.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzxs/Xdecrypt/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzxs/Xdecrypt/HEAD/README.md -------------------------------------------------------------------------------- /Xdecrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzxs/Xdecrypt/HEAD/Xdecrypt.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome 2 | pywin32 --------------------------------------------------------------------------------