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:

  • icoextract

Requirements

$ pip install -r requirements.txt

Testing

Install pytest first:

pip install -U pytest

Then run tests:

$ py.test

References

  • CodeProject - Get icons from Exe or DLL the PE way

Contents

  1. 1Alternatives
  2. 2Requirements
  3. 3Testing
  4. 4References