From b040db45dfc9ef9a902e48bc2718a94cd099f505 Mon Sep 17 00:00:00 2001 From: spv420 Date: Tue, 31 May 2022 19:51:14 -0400 Subject: I live in a constant state of fear and misery Do you miss me anymore? And I don't even notice When it hurts anymore Anymore Anymore Anymore --- src/js/lib/myutils.js | 7 ++++++- 1 file changed, 6 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 e856624..89860f8 100755 --- a/src/js/lib/myutils.js +++ b/src/js/lib/myutils.js @@ -116,4 +116,9 @@ var mach_msg = scall_wrapper("mach_msg"); var mmap = scall_wrapper("mmap"); var free = scall_wrapper("free"); var mlock = scall_wrapper("mlock"); -var mprotect = scall_wrapper("mprotect"); \ No newline at end of file +var mprotect = scall_wrapper("mprotect"); +var dlopen = scall_wrapper("dlopen"); +var dlsym = scall_wrapper("dlsym"); +var CFDictionaryCreateMutable = scall_wrapper("CFDictionaryCreateMutable"); +var CFDictionarySetValue = scall_wrapper("CFDictionarySetValue"); +var CFNumberCreate = scall_wrapper("CFNumberCreate"); \ No newline at end of file -- cgit v1.2.3