Skip to content

MacIt/pickle

Repository files navigation

pickle

GoDoc Build Status

pickle is a Go library for encoding and decoding pickles.

Fuzz Testing

Fuzz testing has been implemented for decoder and encoder. To run fuzz tests do the following:

go get github.com/dvyukov/go-fuzz/go-fuzz
go get github.com/dvyukov/go-fuzz/go-fuzz-build
go-fuzz-build github.com/kisielk/og-rek
go-fuzz -bin=./pickle-fuzz.zip -workdir=./fuzz

About

Package pickle is a library for decoding/encoding Python's pickle format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages