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

Method hook_third_stop_address

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

Source from the content-addressed store, hash-verified

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}')
178 stops[2] = True
179 ql.emu_stop()
180
181 stops = [False, False, False]
182

Callers

nothing calls this directly

Calls 1

emu_stopMethod · 0.45

Tested by

no test coverage detected