We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9c666 commit e8b8ca5Copy full SHA for e8b8ca5
tests/test_elf.py
@@ -93,6 +93,8 @@ def dump(ql):
93
ql.run(begin=hook_address)
94
del ql
95
96
+ os.remove(snapshot)
97
+
98
def test_elf_linux_x86_snapshot_restore_reg(self):
99
self._test_elf_linux_x86_snapshot_restore_common(reg=True, ctx=False)
100
tests/test_elf_multithread.py
@@ -29,9 +29,6 @@ def test_elf_linux_execve_x8664(self):
29
30
31
def test_elf_linux_cloexec_x8664(self):
32
- with open('../examples/rootfs/x8664_linux/testfile', 'wb') as f:
33
- f.write(b'0123456789')
34
-
35
ql = Qiling(["../examples/rootfs/x8664_linux/bin/x8664_cloexec_test"],
36
"../examples/rootfs/x8664_linux",
37
verbose=QL_VERBOSE.DEBUG,
0 commit comments