neko-neko-nyan / libpe

Portabe executable (PE, Windows EXE and DLL) reader and extractor in pure python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpe

Portable executable (PE, Windows EXE and DLL) reader / extractor tool in pure python.

Also can read EFI applications (like GRUB2 in efi mode, EFI Shell, modern Linux kernels). Can be used as python library.

Usage

To get help run:

py -3 -m libpe --help  # windows
python -m libpe --help  # linux

About

Portabe executable (PE, Windows EXE and DLL) reader and extractor in pure python

License:MIT License


Languages

Language:Python 100.0%