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