firodj / extract-icon-py

Extract Icon from PE Executable using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Extract Icon from PE Executable using Python

License:MIT License


Languages

Language:Python 93.6%Language:C 3.6%Language:Makefile 2.8%