armijnhemel / binaryanalysis-ng

Binary Analysis Next Generation (BANG)
GNU Affero General Public License v3.0
461 stars 66 forks source link

erofs "inline" data layout #340

Closed armijnhemel closed 1 year ago

armijnhemel commented 1 year ago

This PR adds support for a subset of erofs, namely the "inline" data layout. Compressed data (which most file systems will use) is not yet supported. Chunked mode (used in erofs for cloud images) is also not yet supported. Therefore this should mostly be regarded as scaffolding.