gchq / gchq/CyberChef

Feature request: Python marshal support

Open
#1,041 2 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
35.8k
Forks
4.1k
Avg merge
2d 26m
Merged PRs (30d)
33

Description

Python has a serialization format called [marshal](https://docs.python.org/3/library/marshal.html) which is missing from CyberChef

**Describe the solution you'd like**
I would like CyberChef to be able to encode and decode using the Python marshal format

**Describe alternatives you've considered**
I currently do it using a Python script of course :)

**Additional context**
Marshal is similar to [Pickle](https://docs.python.org/3/library/pickle.html#module-pickle) which would be nice to have too.
This JS library might help: https://www.npmjs.com/package/py-marshal

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.