| Copyright | (c) Galois Inc 2016 |
|---|---|
| Maintainer | jhendrix@galois.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Macaw.Memory.LoadCommon
Description
Common datatypes for creating a memory from a binary file.
Synopsis
- newtype LoadOptions = LoadOptions {}
- loadRegionIndex :: LoadOptions -> Maybe RegionIndex
- loadRegionBaseOffset :: LoadOptions -> Integer
- defaultLoadOptions :: LoadOptions
- data LoadStyle
Documentation
newtype LoadOptions Source #
This contains options for loading.
Constructors
| LoadOptions | |
Fields
| |
How to load Elf file.
Constructors
| LoadBySection | Load loadable sections in Elf file. |
| LoadBySegment | Load segments in Elf file. |