DebugEngine.py 文件源码

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

项目:FRAPL 作者: FriedAppleTeam 项目源码 文件源码
def handleDebugContinue(self):
        if self.clientSocket is None:
            return

        if self.debugBreakId is None:
            return

        outJSON = json.dumps({
            "req_id": kFridaLink_DebugContinue, 
        })
        self.clientSocket.sendto(outJSON, self.clientAddress)

        if self.debugBreakId in self.idbHookMap:
            SetColor(self.debugBreakId, CIC_ITEM, kIDAViewColor_HookedInst)
        else:
            SetColor(self.debugBreakId, CIC_ITEM, kIDAViewColor_Reset)

        refresh_idaview_anyway()
        self.debugBreakId = None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号