As we start to parse contents of various regions, it would be helpful to not hold in memory `@raw_data` but materialize as needed in MachOView. This can be accomplished by using the new file reference and seek / read to pull in the data lazy
As we start to parse contents of various regions, it would be helpful to not hold in memory
@raw_databut materialize as needed in MachOView.This can be accomplished by using the new file reference and seek / read to pull in the data lazy