trailofbits / fickling

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

Improved polyglot to do recursive checks, and detect numpy #105

Closed coldwaterq closed 4 months ago

coldwaterq commented 6 months ago

All of this should allow for the detection of more pickles in non-standard formats

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

coldwaterq commented 5 months ago

Updated so that it should pass the lints and tests now. Can you re-run those checks?

suhacker1 commented 4 months ago

LGTM!