Method: Rex::PeScan::Scanner::PopPopRetScanner#config
- Defined in:
- lib/rex/pescan/scanner.rb
#config(param) ⇒ Object
162 163 164 165 |
# File 'lib/rex/pescan/scanner.rb', line 162 def config(param) pops = _build_byte_list(0x58, (0 .. 7).to_a - [4]) # we don't want pop esp's... self.regex = Regexp.new("[#{pops}][#{pops}](\xc3|\xc2..)", nil, 'n') end |