|
refs(ea,
funcfirst,
funcnext)
Generic reference collector - INTERNAL USE ONLY. |
|
|
|
CodeRefsTo(ea,
flow)
Get a list of code references to 'ea' |
|
|
|
CodeRefsFrom(ea,
flow)
Get a list of code references from 'ea' |
|
|
|
DataRefsTo(ea)
Get a list of data references to 'ea' |
|
|
|
|
|
XrefTypeName(typecode)
Convert cross-reference type codes to readable names |
|
|
|
XrefsFrom(ea,
flags=0)
Return all references from address 'ea' |
|
|
|
XrefsTo(ea,
flags=0)
Return all references to address 'ea' |
|
|
|
Threads()
Returns all thread IDs for the current debugee |
|
|
|
Heads(start=None,
end=None)
Get a list of heads (instructions or data items) |
|
|
|
Functions(start=None,
end=None)
Get a list of functions |
|
|
|
Chunks(start)
Get a list of function chunks |
|
|
|
Modules()
Returns a list of module objects with name,size,base and the
rebase_to attributes |
|
|
|
Names()
Returns a list of names |
|
|
|
Segments()
Get list of segments (sections) in the binary image |
|
|
|
Entries()
Returns a list of entry points (exports) |
|
|
|
FuncItems(start)
Get a list of function items (instruction or data items inside
function boundaries) |
|
|
|
|
|
StructMembers(sid)
Get a list of structure members information (or stack vars if given a
frame). |
|
|
|
|
|
|
|
|
|
GetDataList(ea,
count,
itemsize=1)
Get data list - INTERNAL USE ONLY |
|
|
|
PutDataList(ea,
datalist,
itemsize=1)
Put data list - INTERNAL USE ONLY |
|
|
|
MapDataList(ea,
length,
func,
wordsize=1)
Map through a list of data words in the database |
|
|
|
|
|
|
|
GetRegisterList()
Returns the register list |
|
|
|
GetInstructionList()
Returns the instruction list of the current processor module |
|
|
|
Assemble(ea,
line)
Assembles one or more lines (does not display an message dialogs) If
line is a list then this function will attempt to assemble all the
lines This function will turn on batch mode temporarily so that no
messages are displayed on the screen |
|
|
|
|