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

Method hook_first_stop_address

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

Source from the content-addressed store, hash-verified

164 return 1
165
166 def hook_first_stop_address(ql: Qiling, stops: List[bool]):
167 ql.log.info(f' >>>> First stop address: {ql.arch.regs.arch_pc:#010x}')
168 stops[0] = True
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}')

Callers

nothing calls this directly

Calls 1

emu_stopMethod · 0.45

Tested by

no test coverage detected