-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
libtokencap and libdislocator do not work anymore on macOS in the newest OS release.
to reproduce:
make -C utils/libtokencap
make -C utils/libdislocator
test/test-libextensions.sh
DYLD_INSERT_LIBRARIES
still works (constructors are triggered), however trying to hook libc functions do not seem to work.
e.g. strcmp, _strcmp, __impl__strcmp, __platform_strcmp - none of them are called in a lib that hooks these and a program that uses strcmp() in its code and compiled with -O0
Apparently this is an issue since Monterey (12.2.1) https://developer.apple.com/forums/thread/702374
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed