Examples (6)
Display all information about a PE file
readpe path/to/executableDisplay all the headers present in a PE file
readpe --all-headers path/to/executableDisplay all the sections present in a PE file
readpe --all-sections path/to/executableDisplay a specific header from a PE file
readpe --header dos|coff|optional path/to/executableList all imported functions
readpe --imports path/to/executableList all exported functions
readpe --exports path/to/executablemade by @shridhargupta | data from tldr-pages