This class represents a raw binary file (containing only binary code and data without file format)
Constructor | Description |
Full Usage:
RawFileInfo(bytes, path, isa, baseAddr)
Parameters:
byte[]
path : string
isa : ISA
baseAddr : uint64 option
Returns: RawFileInfo
|
|