Hi,
attached a port of fickling.
cat pkg/DESCR:
Fickling is a decompiler, static analyzer, and bytecode rewriter for
Python pickle object serializations.
Pickled Python objects are in fact bytecode that is interpreted by a
stack-based virtual machine built into Python called the "Pickle
Machine". Fickling can take pickled data streams and decompile them into
human-readable Python code that, when executed, will deserialize to the
original serialized object.
this needs the just sent devel/py-astunparse as dependency.
comments, feedback, or even OK welcome.
cheers,
Sebastian
No comments:
Post a Comment