mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-20 21:52:21 +02:00
The __getattribute__ method is called for *all* attribute lookups, and the python implementation is likely slow. The only function the python implementation provided was to check that properties started with helper_. Since this only provided a log message, we could add it back in only if the log level is high enough? Either way, it's not significant enough to warrant costing extra time in every attribute lookup on every object.