交叉引用相关函数

idc

 

 

#      Flow types (combine with XREF_USER!):
fl_CF   = 16              # Call Far
fl_CN   = 17              # Call Near
fl_JF   = 18              # Jump Far
fl_JN   = 19              # Jump Near
fl_F    = 21              # Ordinary flow

XREF_USER = 32            # All user-specified xref types
                            # must be combined with this bit

 

AddCodeXref(From, To, flowtype)

 

DelCodeXref(From, To, undef)

 

Rfirst(From)

 

转载于:https://www.cnblogs.com/fply/p/8506194.html

你可能感兴趣的:(交叉引用相关函数)