| Trees | Indices | Help |
|
|---|
|
|
UserList.UserList --+
|
Decode
|
|||
|
__init__(self,
address) Internal Information of the Analyzed Code |
||
| __getitem__(self, i) | ||
| __setitem__(self, i, item) | ||
BOOLEAN
|
isJmpDestination(self,
i) Check Whether or not the provided address is a destination for a jmp instruction |
||
BOOLEAN
|
isCallDestination(self,
i) Check Whether or not the provided address is a destination for a call instruction |
||
BOOLEAN
|
isCommand(self,
i) Check Whether or not the provided address has a command (regular opcode) |
||
BOOLEAN
|
isFunctionStart(self,
i) Check Whether or not the provided address is the begging of a Function |
||
BOOLEAN
|
isFunctionBody(self,
i) Check Whether or not the provided address is part of a Function |
||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu May 29 13:03:07 2008 | http://epydoc.sourceforge.net |