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

Method test_elf_linux_arm_static

tests/test_elf.py:407–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

405 del ql
406
407 def test_elf_linux_arm_static(self):
408 ql = Qiling(["../examples/rootfs/arm_linux/bin/arm_hello_static"], "../examples/rootfs/arm_linux", verbose=QL_VERBOSE.DEFAULT)
409 all_mem = ql.mem.save()
410 ql.mem.restore(all_mem)
411 ql.run()
412 del ql
413
414 @unittest.skip('broken: ARM executable should be generated properly')
415 def test_elf_linux_arm_posix_syscall(self):

Callers

nothing calls this directly

Calls 4

runMethod · 0.95
QilingClass · 0.90
saveMethod · 0.45
restoreMethod · 0.45

Tested by

no test coverage detected