Method
hook_first_stop_address
(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
Tested by
no test coverage detected