https://github.com/owlinux1000/readpe
A tool of parsing PE header
https://github.com/owlinux1000/readpe
Last synced: 7 months ago
JSON representation
A tool of parsing PE header
- Host: GitHub
- URL: https://github.com/owlinux1000/readpe
- Owner: owlinux1000
- Created: 2018-11-29T10:43:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T04:48:46.000Z (over 7 years ago)
- Last Synced: 2025-01-16T10:35:34.465Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readpe
## What is readpe
readpe is a parsing tool for PE binary such as ```readelf```.
## How to use
```
$ go get github.com/owlinux1000/readpe
$ readpe -h
PE Parser like readelf
Usage:
readpe [option] []
Options:
-d Display the MS-DOS header
-f Display file header
-h Display this message
-o Display the optional header
-s Display section headers
-v Print version info and exit
```
## Feature
- Support for some structure of PE Header
- IMAGE\_DOS\_HEADER
- IMAGE\_NT\_HEADER
- IMAGE\_FILE\_HEADER
- IMAGE\_OPTIONAL_HEADER
- IMAGE\_SECTION\_HEADER