-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

readpe


> Displays information about PE files.

More information.


Display all information about a PE file:

readpe {path/to/executable}

Display all the headers present in a PE file:

readpe --all-headers {path/to/executable}

Display all the sections present in a PE file:

readpe --all-sections {path/to/executable}

Display a specific header from a PE file:

readpe --header {dos|coff|optional} {path/to/executable}

List all imported functions:

readpe --imports {path/to/executable}

List all exported functions:

readpe --exports {path/to/executable}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:55:48 2024