About This File
kextstatx86 command is a good replacement for Apple "kextstat" and provide additional info (like the path to the kext).
-------------------------------------------------------------
kextstatx86 v1.3
Created by Micky1979 on 06/03/16.
Copyright © 2016 Micky1979 (Micky1979 at insanelymac.com). All rights reserved.
require 10.7+
Usage:
only one option at time allowed.
kextstatx86 -h
Show this message.
kextstatx86
No options, show info for all loaded extensions.
kextstatx86 -l
Show all prelinked extensions.
kextstatx86 -u
Show all non-prelinked extensions.
kextstatx86 -a
Show all Apple extensions.
kextstatx86 -n
Show all non-Apple extensions.
kextstatx86 -f
Show a full dump in PropertyList-1.0
example:
kextstatx86 -f > $HOME/Desktop/kextstat.plist
-------------------------------------------------------------
this is a sample output searching for non Apple extensions (-n):
Last login: Mon Mar 7 00:42:31 on ttys000Micky1979s-MBP:~ Micky1979$ /Users/Micky1979/Desktop/kextstatx86 -nACPIBatteryManager.kext (1.52) org.rehabman.driver.AppleSmartBatteryManager EFI\CLOVER\kexts\Other\ACPIBatteryManager.kextFileNVRAM.kext (6.9.5) com.xZenue.kext.FileNVRAM /System/Library/Extensions/FileNVRAM.kextFakeSMC.kext (3.3.1) org.netkas.FakeSMC EFI\CLOVER\kexts\Other\FakeSMC.kextAppleACPIPS2Nub.kext (1.0.0d1) com.yourcompany.driver.AppleACPIPS2Nub EFI\CLOVER\kexts\Other\ApplePS2Controller.kext\Contents\PlugIns\AppleACPIPS2Nub.kextMicky1979s-MBP:~ Micky1979$
..also you will see kexts injected by Clover
What's New in Version v1.3 See changelog
Released
- v1.3: corrected typo in v1.2
- v1.2: Sierra improvements
Recommended Comments