Closed KINGSABRI closed 11 years ago
I moved hex2bin script to bin/ as external tools till I fix this issue
You can go to bin/ folder and open "hex2bin.rb" file and put your shellcode hexs hardcode then execute it
ruby hex2bin.rb out.bin
now hex2bin is embedded in the script as option not external tool
./bof-cli.rb -b
hex 2 bin need to be able to take hex string like "\x41\x42\x43\x44" from stdin(commandline) without converting it to "\x41\x42\x43\x44"