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

Method close

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

Source from the content-addressed store, hash-verified

454 return -1
455
456 def close(self):
457 return 0
458
459 ql = Qiling(["../examples/rootfs/mips32_linux/bin/mips32_fetch_urandom"], "../examples/rootfs/mips32_linux")
460 ql.add_fs_mapper("/dev/urandom", Fake_urandom())

Callers 2

test_elf_linux_x86Method · 0.45
clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected