pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

EXT2 Parsing speedup #378

Closed pjrinaldi closed 3 years ago

pjrinaldi commented 3 years ago

Need to convert contigous blocks into an extent file similar to what ext4 does...

can also implement this function for other fs such as fat and exfat to speed up hex loading.

pjrinaldi commented 3 years ago

Put it in a function ConvertBlocksToExtents() and then use where appropriate.

pjrinaldi commented 3 years ago

working and applied to ext2,3. need to see if this will work for fat and/or exfat