Skip to content

Commit

Permalink
Add hex2bin
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGSABRI committed Apr 17, 2013
1 parent daf429d commit 5eb05ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ What BufferOverflow Kit contain?
* Convert Hex shellcode to Binary file
* Convert Binary file to Hex raw
* Find jmp,call and pop pop ret address from (exe, dll) files (like msfpescan)
* Adding nasm.exe as external tool
* and more ,,
* and more will be added,,

How to use?
--------------
Expand All @@ -23,7 +22,7 @@ Tested on Ruby 1.9.3 only

**Required gems**

gem install pry colorize
gem install colorize



Expand Down
2 changes: 1 addition & 1 deletion bofk-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
GEMS = "#{APP_ROOT}/gems"
BIN = "#{APP_ROOT}/bin"
OUT = "#{APP_ROOT}/out"
VERSION = File.read("#{ROOT[0]/version.rb}")
VERSION = File.read("#{ROOT[0]}/version.rb")

require "#{GEMS}/colorize-0.5.8/lib/colorize.rb"
require 'pattern'
Expand Down

0 comments on commit 5eb05ef

Please sign in to comment.