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

Method stop

tests/test_elf.py:67–68  ·  view source on GitHub ↗
(ql: Qiling)

Source from the content-addressed store, hash-verified

65
66 def test_elf_x_only_segment(self):
67 def stop(ql: Qiling):
68 ql.emu_stop()
69
70 ql = Qiling(["../examples/rootfs/x8664_linux/bin/sleep_hello_with_x_only_segment"], "../examples/rootfs/x8664_linux", verbose=QL_VERBOSE.DEBUG)
71 load_address = ql.profile.getint("OS64", "load_address")

Callers

nothing calls this directly

Calls 1

emu_stopMethod · 0.45

Tested by

no test coverage detected