diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-03-13 23:15:42 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-03-13 23:28:11 -0400 |
commit | 5b84c859396574795f4f5beb296e23f4f6458059 (patch) | |
tree | 895c4ac2335f29612edb8c25c53b4789d87a5b34 /setup.py | |
parent | 0ddf210c257cd27bb78743b5548d4c26fe1521df (diff) | |
download | sploit-5b84c859396574795f4f5beb296e23f4f6458059.tar.gz sploit-5b84c859396574795f4f5beb296e23f4f6458059.zip |
sploit: Filter all magic python members by default in mem module
In the various __getattribute__() overloads in the mem module, we should
filter all of the built-in magic members to do the default
object.__getattribute__() behavior. This is opposed to the earlier
stance of just caring about the ones that I saw as realistically being
called.
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions