1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

Fix typo in msfbinscan

This commit is contained in:
Jakub Nawalaniec 2014-12-18 02:43:24 +01:00
parent 5262096905
commit 9f0bf85ec1

View File

@ -220,7 +220,7 @@ files.each do |file|
when "jump"
worker = Rex::ElfScan::Scanner::JmpRegScanner
when "pop"
worker = Rex::Elfscan::Scanner::PopPopRetScanner
worker = Rex::ElfScan::Scanner::PopPopRetScanner
when "regex"
worker = Rex::ElfScan::Scanner::RegexScanner
when "analyze-address"