readpe

Portable Executable (PE) file analysis and manipulation toolkit

brewmacoslinux
Try with needOr install directly
Source

About

PE analysis toolkit

Commands

readpe

Examples

Display comprehensive PE file header information$ readpe /path/to/binary.exe
Show all sections and their properties in a PE file$ readpe -S /path/to/binary.dll
Extract and display import tables from an executable$ readpe -i /path/to/binary.exe