RawBinFile Type
Represents a raw binary file (containing only binary code and data without file format).
Constructors
| Constructor | Description |
Full Usage:
RawBinFile(path, bytes, isa, baseAddrOpt)
Parameters:
string
bytes : byte[]
isa : ISA
baseAddrOpt : uint64 option
Returns: RawBinFile
|
|
B2R2