mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 15:42:24 +02:00
The hash/size determination takes time, so make the hash generated on use (so far, only on dedupe) and cache it, since it shouldn't change. We also cache the Module construction, so that if it's done in a loop (like pslist), it won't keep recaculating for the same module.