KINGSABRI / BufferOverflow-Kit

We collect many tools used in buffer overflow development in one place, repeating with new idea is not a shame - thanks China :)
34 stars 18 forks source link

Getting Hex string from STDIN #1

Closed KINGSABRI closed 11 years ago

KINGSABRI commented 11 years ago

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"

KINGSABRI commented 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

KINGSABRI commented 11 years ago

now hex2bin is embedded in the script as option not external tool

./bof-cli.rb -b