RunTrace.py 文件源码

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

项目:IDAPython-Scripts 作者: razygon 项目源码 文件源码
def _RmComm(self,  ea):
        oldComm = str(idc.GetCommentEx(ea, 0))
        startIdx = oldComm.find(self._commMarker)
        if(startIdx != -1):
            comm = oldComm[0:startIdx]
            idc.MakeComm(ea, str(comm).strip())
            self._dbDict[ea]._shown = False
        return
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号