/shellfmt

hex to shellcode formatter

Primary LanguagePythonMIT LicenseMIT

shellfmt

hex to shellcode formatter

example

image

usage

[options]
-a: shellfmt -a "0d0f0900f0"   // load from argument
-c: shellfmt -c                // load from console
-f: shellfmt -f dir/filename   // load from file

setup

git clone git@github.com:trimscash/shellfmt.git ~
echo "export PATH=\$PATH:\$HOME/shellfmt" >> ~/.zshrc
source ~/.zshrc

Replace .zshrc with the one you are using