Velocidex / go-ntfs

An NTFS file parser in Go
Apache License 2.0
64 stars 22 forks source link

Possible recursion loop #29

Closed scudette closed 4 years ago

scudette commented 4 years ago

It may be possible to get into a recursion loop by expanding ATTRIBUTE_LIST_ENTRY into an MFT_ENTRY with another ATTRIBUTE_LIST.

See https://github.com/CCXLabs/CCXDigger/issues/13