mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 06:22:23 +02:00
Adds in guards to prevent attribute access if the object hasn't been initalized correctly (for example from pickling or deepcopy). Fixes #358.