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

Function dump

examples/hello_x8664_linux_part_exec.py:13–15  ·  view source on GitHub ↗
(ql, *args, **kw)

Source from the content-addressed store, hash-verified

11
12if __name__ == "__main__":
13 def dump(ql, *args, **kw):
14 ql.save(reg=False, cpu_context=True, snapshot="/tmp/snapshot.bin")
15 ql.emu_stop()
16
17 ql = Qiling(["rootfs/x8664_linux/bin/sleep_hello"], "rootfs/x8664_linux", verbose=QL_VERBOSE.DEBUG)
18 X64BASE = int(ql.profile.get("OS64", "load_address"), 16)

Callers

nothing calls this directly

Calls 2

saveMethod · 0.45
emu_stopMethod · 0.45

Tested by

no test coverage detected