this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stop dyld_stub_binder.nasm from creating an executable stack

+2
+2
src/dyld/dyld_stub_binder.nasm
··· 1 + section .note.GNU-stack noalloc noexec nowrite progbits 2 + 1 3 extern reg_saveall 2 4 extern reg_restoreall 3 5 extern dyld_stub_binder_fixup ; void* dyld_stub_binder_fixup(void* cache, uintptr_t index)