OpenBSD CVS

CVS log for ports/security/py-fickling/distinfo


[BACK] Up to [local] / ports / security / py-fickling

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 19 18:40:29 2024 UTC (7 weeks, 1 day ago) by sebastia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

update 0.1.2 -> 0.1.3

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 8 21:25:55 2024 UTC (3 months, 4 weeks ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

update 0.0.8 -> 0.1.2

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 12 08:49:03 2024 UTC (4 months, 3 weeks ago) by sebastia
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

update 0.0.7 -> 0.0.8

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 22 14:03:59 2023 UTC (7 months, 2 weeks ago) by sebastia
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

simple update 0.0.6 -> 0.0.7

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 7 10:48:04 2023 UTC (12 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

update to 0.0.6

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 8 06:57:33 2022 UTC (21 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

update 0.0.3 -> 0.0.4

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 12 10:17:13 2022 UTC (2 years, 4 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

update 0.0.2 -> 0.0.3

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 16 16:01:24 2021 UTC (2 years, 10 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

update 0.0.1 -> 0.0.2
Support for additional opcodes and minor bugfixes in AST generation.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 24 19:50:29 2021 UTC (3 years, 2 months ago) by sebastia
Branch: sebastia
CVS Tags: sebastia_20210324, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import py-fickling

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.

feedback and OK sthen@


Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 24 19:50:29 2021 UTC (3 years, 2 months ago) by sebastia
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.