trailofbits / fickling

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

Add support for POP_MARK #71

Closed suhacker1 closed 11 months ago

suhacker1 commented 11 months ago

This is a small PR I'm making as this opcode is necessary for another feature in development. In addition, I added a test for this opcode and a detail to the README.