mirror of
https://github.com/github/codeql.git
synced 2026-06-17 10:51:09 +02: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
|