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

Class MACHOTest

tests/test_macho.py:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class MACHOTest(unittest.TestCase):
21 def test_macho_macos_x8664(self):
22 ql = Qiling([fr'{ROOTFS}/bin/x8664_hello'], ROOTFS, cputype=X86_CPU_MODEL.INTEL_HASWELL, verbose=QL_VERBOSE.DEBUG)
23 ql.run()
24
25 def test_usercorn_x8664(self):
26 ql = Qiling([fr'{ROOTFS}/bin/x8664_hello_usercorn'], ROOTFS, cputype=X86_CPU_MODEL.INTEL_HASWELL, verbose=QL_VERBOSE.DEBUG)
27 ql.run()
28
29
30if __name__ == "__main__":

Callers 1

populate_testsFunction · 0.70

Calls

no outgoing calls

Tested by 1

populate_testsFunction · 0.56