Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 379 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 379 Bytes

This repository implements utilities for working with the Portable Executable (PE) file format. PE is the native executable format for Windows and .NET. These tools are intended to support analysis of Windows binaries in Haskell. Currently, this repository has a PE parser (pe-parser). Eventually, it will also have a separate package for constructing PE files (pe-builder).