(ql: Qiling)
| 538 | # Stop when running to exit trap address |
| 539 | if QL_STOP.EXIT_TRAP in self.stop_options: |
| 540 | def _exit_trap(ql: Qiling): |
| 541 | self.log.info('Process returned from entrypoint (exit_trap)!') |
| 542 | ql.emu_stop() |
| 543 | |
| 544 | self.hook_address(_exit_trap, self._exit_trap_addr) |
| 545 |