jumper.py 文件源码

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

项目:IDAPPL 作者: yufengzjj 项目源码 文件源码
def jump_click(self):
        global cur_selection, last_off
        if cur_selection != (None, None, None, None):
            off = self.off_edit.text()
            if off == "":
                off = "0"
            try:
                off = long(off, 16)
            except:
                pass
            if isinstance(off, long):
                last_off = hex(off).upper()
                idc.Jump(cur_selection[1] + off)
                self.close()
                self.deleteLater()
                return
            print "wrong format offset:" + off
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号