You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement detection and parsing of bcachefs. It isn't a production ready file system, but it shows real promise and would be neat to parse it on the front end and possbily before other forensic tools.
Need to implement detection and parsing of bcachefs. It isn't a production ready file system, but it shows real promise and would be neat to parse it on the front end and possbily before other forensic tools.
#define BCACHE_MAGIC UUID_LE(0xf67385c6, 0x1a4e, 0xca45, 0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81)
#define BCACHEFS_STATFS_MAGIC 0xca451a4e
need to get a sample bcachefs raw image to analyze.
The text was updated successfully, but these errors were encountered: