pydecipher

View on PyPIReverse Dependencies (0)

1.0.0 pydecipher-1.0.0-py3-none-any.whl

Wheel Details

Project: pydecipher
Version: 1.0.0
Filename: pydecipher-1.0.0-py3-none-any.whl
Download: [link]
Size: 64255
MD5: f22aba61c1622e9be7eb66cf332960b5
SHA256: 759675bd93e51eeeb7db2b4775e22155c8a00940d5042e2c32a0798eac944819
Uploaded: 2021-03-16 03:31:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pydecipher
Version: 1.0.0
Summary: Python un-freezing and bytecode extraction + analysis framework
Author: The MITRE Corporation
Author-Email: pydecipher[at]mitre.org
Home-Page: https://github.com/mitre/pydecipher
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Disassemblers
Requires-Dist: xdis (>=5.0.8)
Requires-Dist: python-magic
Requires-Dist: argparse
Requires-Dist: six
Requires-Dist: pefile
Requires-Dist: uncompyle6
Requires-Dist: signify (>=0.3.0)
Requires-Dist: asn1crypto
Requires-Dist: pycrypto
Requires-Dist: textdistance
Requires-Dist: Pebble
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: towncrier; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: dataclasses; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-docstrings; extra == "dev"
Requires-Dist: restructuredtext-lint; extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: towncrier; extra == "docs"
Requires-Dist: pytest; extra == "test"
Requires-Dist: dataclasses; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5013 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pydecipher/__init__.py sha256=Dy9kipmJjxRB-g6eePcriPGRITwiXbjHji9BgpLsrY8 5371
pydecipher/bytecode.py sha256=py5YL9nMmJkpH1le23kbBEX3I_cV63gLv30QFcL8KOQ 22659
pydecipher/main.py sha256=zTp0CCGpOIAmjwX9S78P32AvPtB6fIvir9w1GNr_FGQ 12722
pydecipher/remap.py sha256=F2xm-wPdXNlUAqqNtF2P51Czvz3AUYsN6Y0ivOGCoQ0 35887
pydecipher/utils.py sha256=8hUxU8p6xOKMqinns18VjEdOd8Avd69f59yDcDYmmUE 7584
pydecipher/artifact_types/__init__.py sha256=AC2PJDhxOLf78Y5nmoWml1ijKWf6dKdW0cE6F66oDhQ 578
pydecipher/artifact_types/pe.py sha256=KiBvLcInY66VjnD71a1SIfv-OCWEDu2SI6nVF0gST2w 15393
pydecipher/artifact_types/py2exe.py sha256=yN65q01e8bhwErKzKxHZNuP3YQXRQSCvDpAGQYugB0E 12029
pydecipher/artifact_types/pyc.py sha256=S_turaRPGBcocD3_PAm9yGkRbeXwtWPrAKiNYnr6Qe4 10726
pydecipher/artifact_types/pyinstaller.py sha256=7UIQ0kGdaGkA1UBdJPk4Calfe5T1UwG1ynP0JJ3J1v8 22870
pydecipher/artifact_types/zip.py sha256=BqSIQ6AE9KJCTWnkswP4Sp_rD8sLfSltOIoT6XYyMLE 6317
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=ceX05JLQpHIKKfPxArH-2tjNzdqSwJFq7jBrEuvFrBM 1059
tests/utils.py sha256=1JAuMmisDi2RdXtKChgBicg6HYINkCW0xalMpsrsc44 8283
pydecipher-1.0.0.dist-info/LICENSE sha256=GMsBQ68urllRheVTeSX93PQw2hIa4xgx8MdqaRM1lT0 35522
pydecipher-1.0.0.dist-info/METADATA sha256=7zM5WnHOubBKrNNIdTEQzsnR-KaIpwMNldHfHJsBuKU 6974
pydecipher-1.0.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
pydecipher-1.0.0.dist-info/entry_points.txt sha256=KNYcf91s5BgP-Pgd_gYiP88ahPlWrNEInig1UxXDA10 108
pydecipher-1.0.0.dist-info/top_level.txt sha256=ax1gCjjuRM82TuSkmpTLFSK1f-VqJ7qxPhbSyeiKbEM 17
pydecipher-1.0.0.dist-info/RECORD

top_level.txt

pydecipher
tests

entry_points.txt

melt = pydecipher.main:run
pydecipher = pydecipher.main:run
remap = pydecipher.remap:run