/extract-icon-py

Extract Icon from PE Executable using Python

Primary LanguagePythonMIT LicenseMIT

extract-icon-py

Extract Icon from PE Executable with Python.

Alternatives

I don't have time to manage this repo, so if you want newer support, consider using:

Requirements

$ pip install -r requirements.txt

Testing

Install pytest first:

pip install -U pytest

Then run tests:

$ py.test

References