| Safe Haskell | None |
|---|
Data.PE.Parser
- buildFile :: String -> IO PEFile
- buildFileFromBS :: ByteString -> PEFile
Documentation
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
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