peparser-0.6: A parser for PE object files.
Safe HaskellNone
LanguageHaskell2010

Data.PE.Parser

Synopsis

Documentation

buildFile Source #

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

buildFileFromBS Source #

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