Modify msfbinscan help

bug/bundler_fix
jvazquez-r7 2013-12-30 12:23:47 -06:00
parent c1f377fda6
commit 598ed7925c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ opt.on('-I', '--image-base [address]', 'Specify an alternate ImageBase
param['imagebase'] = opt2i(t) param['imagebase'] = opt2i(t)
end end
opt.on('-D', '--disasm', 'Disassemble the bytes at this address [PE]') do |t| opt.on('-D', '--disasm', 'Disassemble the bytes at this address [PE|ELF]') do |t|
param['disasm'] = true param['disasm'] = true
end end