
readpe
List of commands for readpe:
-
readpe:tldr:188cb readpe: List all imported functions.$ readpe --imports ${path-to-executable}try on your machineexplain this command
-
readpe:tldr:4db04 readpe: Display all information about a PE file.$ readpe ${path-to-executable}try on your machineexplain this command
-
readpe:tldr:97446 readpe: Display a specific header from a PE file.$ readpe --header ${select} ${path-to-executable}try on your machineexplain this command
-
readpe:tldr:c5448 readpe: Display all the headers present in a PE file.$ readpe --all-headers ${path-to-executable}try on your machineexplain this command
-
readpe:tldr:d4cee readpe: Display all the sections present in a PE file.$ readpe --all-sections ${path-to-executable}try on your machineexplain this command
-
readpe:tldr:e084b readpe: List all exported functions.$ readpe --exports ${path-to-executable}try on your machineexplain this command