Package envi :: Module arm :: Class ArmModule
[hide private]
[frames] | no frames]

Class ArmModule

source code

ArchitectureModule --+
                     |
                    ArmModule

Instance Methods [hide private]
 
__init__(self) source code
 
makeOpcode(self, bytes, offset)
Create a new opcode from the specified bytes (beginning at the specified offset)
source code

Inherited from ArchitectureModule: archGetBreakInstr, archGetRegCtx, getEmulator, getPointerSize, pointerString

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: ArchitectureModule.__init__

makeOpcode(self, bytes, offset)

source code 

Create a new opcode from the specified bytes (beginning at the specified offset)

Overrides: ArchitectureModule.makeOpcode
(inherited documentation)