m4niac-0x / go-pe

A Portable Executable parser for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-pe - A Golang parser for PE files.

This parser is designed to extract high level information about PE files on disk. The information currently provided:

  • RSDS GUID and PDB files.
  • VersionInformation strings.

About

A Portable Executable parser for Golang

License:Apache License 2.0


Languages

Language:Go 99.8%Language:Makefile 0.2%