mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 06:22:23 +02:00
bca972f28ab0142270ae33b2335bf8b2eb42bba4
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.
Description
No description provided
21 MiB
Languages
Python
99.9%