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

Method _exit_trap

qiling/core.py:540–542  ·  view source on GitHub ↗
(ql: Qiling)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

emu_stopMethod · 0.45

Tested by

no test coverage detected