decode-git-object A small utility that decodes git objects, mainly useful for forensics, recovery, and CTF challenges. How to use $ cargo install --git https://github.com/lrazovic/decode-git-object $ decode-git-object <file> Inspired by get-git-object by @b1fair