|
|
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 |
|
|
|
|
Heads(start=None,
end=None)
Get a list of heads (instructions or data) |
|
|
|
|
Functions(start=None,
end=None)
Get a list of functions |
|
|
|
|
Chunks(start)
Get a list of function chunks |
|
|
|
|
Segments()
Get list of segments (sections) in the binary image |
|
|
|
|
FuncItems(start)
Get a list of function items |
|
|
|
|
|
|
|
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 |
|
|