omerbenamram / mft

A parser for the MFT (Master File Table) format
Apache License 2.0
125 stars 18 forks source link

Update FileAttributeFlags #36

Open forensicmatt opened 4 years ago

forensicmatt commented 4 years ago

Add additional flags from https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants to mft::attribute::FileAttributeFlags.

Some flags are missing.

Will create a PR.