(ql: Qiling)
| 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") |