Skip to content

Instantly share code, notes, and snippets.

@NickTitle
Created June 29, 2018 19:50
Show Gist options
  • Select an option

  • Save NickTitle/99f72f576bbbbe2d8216a9ca46a3b1e4 to your computer and use it in GitHub Desktop.

Select an option

Save NickTitle/99f72f576bbbbe2d8216a9ca46a3b1e4 to your computer and use it in GitHub Desktop.
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