package
0.0.0-20240812173954-3ac02d5784f9
Repository: https://github.com/evilbytecode/goredops.git
Documentation: pkg.go.dev

# README

Overview

The code is focused on parsing the PE header of any Windows executable file.

Usage:

go run main.go yourfile.exe

# Constants

IMAGE_DIRECTORY_ENTRY_ARCHITECTURE
No description provided by the author
IMAGE_DIRECTORY_ENTRY_BASERELOC
No description provided by the author
IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT
No description provided by the author
IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR
No description provided by the author
IMAGE_DIRECTORY_ENTRY_DEBUG
No description provided by the author
IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT
No description provided by the author
IMAGE_DIRECTORY_ENTRY_EXCEPTION
No description provided by the author
IMAGE_DIRECTORY_ENTRY_EXPORT
No description provided by the author
IMAGE_DIRECTORY_ENTRY_GLOBALPTR
No description provided by the author
IMAGE_DIRECTORY_ENTRY_IAT
No description provided by the author
IMAGE_DIRECTORY_ENTRY_IMPORT
No description provided by the author
IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG
No description provided by the author
IMAGE_DIRECTORY_ENTRY_RESOURCE
No description provided by the author
IMAGE_DIRECTORY_ENTRY_SECURITY
No description provided by the author
IMAGE_DIRECTORY_ENTRY_TLS
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author