pjrinaldi / wombatforensics

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

BFS Parsing #366

Open pjrinaldi opened 3 years ago

pjrinaldi commented 3 years ago

Implement BFS Parsing (BeOS, Haiku OS)

pjrinaldi commented 2 years ago

Starting on BFS parsing.

pjrinaldi commented 2 years ago

can't seem to get from the rootdir run to the equivalent byte offset.

pjrinaldi commented 2 years ago

working on parsing root directory inode nad btree plus btree for the directory...

pjrinaldi commented 2 years ago

bfs is still not quite consistent, i must still be missing something in what the values for the keys of the b+tree mean, so will continue to investigate.