ElfFile.getDataSlice
const(ubyte)[] getDataSlice(size_t offset, size_t size) constGet a slice of the ELF file data.
Parameters
offset | Starting offset in bytes. |
size | Size in bytes. |
Returns
A slice of the data array.
Throws
Exception if offset or size are out of bounds.