hex to shellcode formatter
[options]
-a: shellfmt -a "0d0f0900f0" // load from argument
-c: shellfmt -c // load from console
-f: shellfmt -f dir/filename // load from file
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