mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-23 22:52:23 +02:00
Note: creation of enumerations can be done using Context.object, which should allow reference of enumeration members by normal type objects. If it turns out enumerations are never referenced from types, we can easily remove the try/except in the Module.object method.