MCPcopy Create free account
hub / github.com/qilingframework/qiling / hook_second_stop_address

Method hook_second_stop_address

tests/test_pe_sys.py:171–174  ·  view source on GitHub ↗
(ql: Qiling, stops: List[bool])

Source from the content-addressed store, hash-verified

169 ql.emu_stop()
170
171 def hook_second_stop_address(ql: Qiling, stops: List[bool]):
172 ql.log.info(f' >>>> Second stop address: {ql.arch.regs.arch_pc:#010x}')
173 stops[1] = True
174 ql.emu_stop()
175
176 def hook_third_stop_address(ql: Qiling, stops: List[bool]):
177 ql.log.info(f' >>>> Third stop address: {ql.arch.regs.arch_pc:#010x}')

Callers

nothing calls this directly

Calls 1

emu_stopMethod · 0.45

Tested by

no test coverage detected