An opcode type (jmp esp).
# File lib/rex/exploitation/opcodedb.rb, line 374 def initialize(hash) super @opcodes = (hash['opcodes']) ? hash['opcodes'].to_i : 0 @meta_type = MetaType.create(hash['meta_type']) if (hash['meta_type']) @group = Group.create(hash['group']) if (hash['group']) @arch = hash['arch'] end
Generated with the Darkfish Rdoc Generator 2.