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