pedump

Dump and analyze Windows PE (Portable Executable) files using Ruby

brewmacoslinux
Try with needOr install directly
Source

About

Dump Windows PE files using Ruby

Commands

pedump

Examples

Display basic PE file information and headers$ pedump file.exe
Show imported DLLs and functions$ pedump --imports file.exe
Dump all sections and detailed PE structure$ pedump --sections file.exe