Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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