RunTrace.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:IDAPython-Scripts 作者: razygon 项目源码 文件源码
def DefaultView(self): 
        DEBUG_PRINT('IN Defaultview')
        ea = self._showFunctions()
        if 0 == ea:
            return
        idaapi.jumpto(ea, -1,1)
        (startEA,endEA) = self._GetFuncRange(ea)
        cid = [i for i,item in enumerate(self._tablelist) if item[0]==hex(startEA)]
        if cid != []:
            cindex = cid[0]
            if self._tablelist[cindex][2] == '1':
                return
            self._tablelist[cindex][2] = '1'
        else:
            print 'ea not in range' 
        self._showComms(startEA,endEA,0)
        self._choose_id = 0
        idc.Refresh()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号