concrete.py 文件源码

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

项目:amphitrite 作者: cosine0 项目源码 文件源码
def run_to_condition(self, function, include_this_address=False, commit_next_instruction_to_hw=None):
        exit_value = self.process.poll()
        if exit_value is not None:
            raise EOFError('[*] Triton has been terminated with exit code {}.'.format(exit_value))

        function = marshal.dumps(function.func_code)
        self.running = True
        self.connection.send({'action': 'run_to_condition', 'function': function, 'inclusive': include_this_address,
                              'commit': commit_next_instruction_to_hw})
        print '[>] Triton is running'
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号