Feature request: Python marshal support
Open
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
Assessment
This issue has not been assessed yet.