An open API service indexing awesome lists of open source software.

https://github.com/trimscash/shellfmt

hex to shellcode formatter
https://github.com/trimscash/shellfmt

cli formatter shellcode tool

Last synced: 8 months ago
JSON representation

hex to shellcode formatter

Awesome Lists containing this project

README

          

# shellfmt
hex to shellcode formatter

# example
![image](https://user-images.githubusercontent.com/42578480/218708138-6d232a3b-665a-460d-a380-7c7a86714cd5.png)

# 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