def GetNextModuleBase():
global g_NextLibBase
g_NextLibBase = FirstSeg()
while SegStart(g_NextLibBase) != BADADDR:
g_NextLibBase += kModuleAlignment
fl_log("FridaLink: next module base = " + ("0x%012x" % g_NextLibBase) + "\n")
评论列表
文章目录