You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another enhancement related to this issue would be to track objects of a specific type (or subclass of a particular class).
Also, if decorators such as the example you provided are to be used, it could be even better to call any arbitrary function as a hook as long as it has the decorator. This can help in writing cleaner analyzers, as the dispatch per object type should be handled manually in the hook right now.
For some analyses it would be nice to only instrument and analyze specific functions.
This can either be done by
pre_call
andpost_call
, e.g.pre_call_open
orThe text was updated successfully, but these errors were encountered: