Method: Rex::Exploitation::OpcodeDb::Opcode#group

Defined in:
lib/rex/exploitation/opcodedb.rb

#groupObject (readonly)

A Group instance that reflects the group to which the opcode type found at the instance’s address belongs.



450
451
452
# File 'lib/rex/exploitation/opcodedb.rb', line 450

def group
  @group
end