extract-icon-py
July 2, 2023 ยท View on GitHub
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