8 lines
104 B
MySQL
8 lines
104 B
MySQL
|
-- Retrieves IOKit registry
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
iokit_registry;
|