From 3b49965546a678f46085e961f729b179c7542f89 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 24 Apr 2022 14:02:35 -0400 Subject: ohai i heard you want kernel exploit --- src/js/lib/myutils.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/js/lib/myutils.js') 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 -- cgit v1.2.3