trailofbits / fickling

A Python pickling decompiler and static analyzer
GNU Lesser General Public License v3.0
417 stars 48 forks source link

Support hooking `pickle.loads()` and add `fickling.loads()` #84

Open Boyan-MILANOV opened 10 months ago

Boyan-MILANOV commented 10 months ago

Similar to our hooks on pickle.load(), we should support pickle.loads(). It will be fairly easy to do so.