mirror of
https://github.com/github/codeql.git
synced 2026-01-10 21:20:22 +01:00
6 lines
246 B
Python
6 lines
246 B
Python
import pickle
|
|
import marshal
|
|
|
|
pickle.loads(payload) # $decodeInput=payload $decodeOutput=Attribute() $decodeFormat=pickle $decodeUnsafe
|
|
marshal.loads(payload) # $decodeInput=payload $decodeOutput=Attribute() $decodeFormat=marshal $decodeUnsafe
|