HookEngine.py 文件源码

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

项目:FRAPL 作者: FriedAppleTeam 项目源码 文件源码
def handleHookInstShowCPU(self):
        if self.hookedInstruction() == False:
            return
        address = ScreenEA()
        if self.cpuContextViews.hasView(address) == False:
            entry = self.idbHookMap[address]
            newView = CPUContextView(self, entry.hook.id, entry.hook.mnemonic)
            self.cpuContextViews.addView("CPU Context", newView)
            self.cpuContextViews.setContent(entry.hook.id, {"arch":entry.arch, "context":entry.cpu_ctx})
        self.cpuContextViews.showView(address)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号