qiling
qiling copied to clipboard
test_macho_kext fails with **AttributeError: 'QlLoaderMACHO' object has no attribute 'IOKit'
***Describe the bug test_macho_kext fails with **AttributeError: 'QlLoaderMACHO' object has no attribute 'IOKit'
Sample Code
python3 ./test_macho_kext.py
Expected behavior the test should pass without errors
Additional context I extracted the file SuperRootkit from the zipfile and renamed it to SuperRootkit.kext to make it match the path in the test. after this i execute the test
Iam not familiar with the MAC platform