Module: Rex::Exploitation::Omelet::Windows::X86
- Defined in:
- lib/rex/exploitation/omelet.rb
Constant Summary collapse
- Alias =
ARCH_X86
Instance Method Summary collapse
-
#hunter_stub ⇒ Object
The hunter stub for win/x86.
Instance Method Details
#hunter_stub ⇒ Object
The hunter stub for win/x86.
33 34 35 36 37 |
# File 'lib/rex/exploitation/omelet.rb', line 33 def hunter_stub { # option hash members go here (currently unused) } end |