mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 05:52:22 +02:00
MHL kindly pointed out that the string wasn't truncating, and it turns out I misread the struct documentation, which truncates or pads with \x00s to ensure the appropriate length. We now truncate to the first null we find.