ElfFile constructor

ElfFile(
  1. Uint8List bytes
)

Implementation

ElfFile(this.bytes) : _data = ByteData.sublistView(bytes) {
  _parse();
}