summaryrefslogtreecommitdiff
path: root/src/js/lib
diff options
context:
space:
mode:
authorspv420 <unomilliono@gmail.com>2022-04-24 14:02:35 -0400
committerspv420 <unomilliono@gmail.com>2022-04-24 14:02:35 -0400
commit3b49965546a678f46085e961f729b179c7542f89 (patch)
treeb205984efc8ec46b6054f90395e8cf5d58f54bc3 /src/js/lib
parent0b212a73e235c233b4addd0c9ea6b55676416d17 (diff)
ohai i heard you want kernel exploit
Diffstat (limited to 'src/js/lib')
-rw-r--r--src/js/lib/myutils.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/lib/myutils.js b/src/js/lib/myutils.js
index d531cc8..f3eb976 100644
--- a/src/js/lib/myutils.js
+++ b/src/js/lib/myutils.js
@@ -108,4 +108,7 @@ var mach_host_self = scall_wrapper("mach_host_self");
var mach_error_string = scall_wrapper("mach_error_string");
var IOServiceGetMatchingService = scall_wrapper("IOServiceGetMatchingService");
var IOServiceMatching = scall_wrapper("IOServiceMatching");
-var io_service_open_extended = scall_wrapper("io_service_open_extended"); \ No newline at end of file
+var io_service_open_extended = scall_wrapper("io_service_open_extended");
+var IORegistryEntryGetChildIterator = scall_wrapper("IORegistryEntryGetChildIterator");
+var IOIteratorNext = scall_wrapper("IOIteratorNext");
+var IORegistryEntryGetProperty = scall_wrapper("IORegistryEntryGetProperty"); \ No newline at end of file