armory
armory copied to clipboard
Considering adding attribute hooking / watching to probe
The basic concept would be to hook __setattr__
(or similar) and filter so that when a value gets set on an object, we can tap into that value.