Created
June 29, 2018 19:48
-
-
Save NickTitle/d8df8a7dea575b25fd8f1b82ff6772c2 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 != ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment