Created
June 29, 2018 19:50
-
-
Save NickTitle/99f72f576bbbbe2d8216a9ca46a3b1e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT k.path, name, version, authority, team_identifier, identifier | |
| FROM kernel_extensions k JOIN signature s ON k.path=s.path | |
| WHERE team_identifier != '' AND name NOT LIKE 'com.apple_%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment