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
- Host: GitHub
- URL: https://github.com/trimscash/shellfmt
- Owner: trimscash
- License: mit
- Created: 2023-02-14T09:38:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T15:52:57.000Z (about 3 years ago)
- Last Synced: 2025-02-25T08:44:42.918Z (about 1 year ago)
- Topics: cli, formatter, shellcode, tool
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shellfmt
hex to shellcode formatter
# example

# 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