Class Rex::Exploitation::OpcodeDb::Opcode
In: lib/rex/exploitation/opcodedb.rb
Parent: Object

An opcode that has a specific address and is associated with one or more modules.

Methods

new  

Included Modules

DbEntry

Attributes

address  [R]  The address of the opcode.
group  [R]  A Group instance that reflects the group to which the opcode type found at the instance‘s address belongs.
modules  [R]  An array of ImageModule instances that show the modules that contain this address.
type  [R]  The type of the opcode indicating which instruction is found at the address. This is an instance of the Type class.

Public Class methods

[Validate]