peparser-0.6: A parser for PE object files.

Safe HaskellNone

Data.PE.Parser

Synopsis

Documentation

buildFileSource

Arguments

:: String

The file name

-> IO PEFile

The resulting data structure in the IO monad

Supply a filename of a PE file in the form of a string. Returns a PEFile structure

buildFileFromBSSource

Arguments

:: ByteString

ByteString representing a PE file

-> PEFile

The data structure returned

Supply a bytestring to be parsed as if it were a PE Binary. Returns a PEFile structure