Highlights
- Pro
Pinned Loading
-
-
-
Load a library into newly spawned pr...
Load a library into newly spawned processes (using DYLD_INSERT_LIBRARIES and EndpointSecurity) 1// To compile: clang++ -arch x86_64 -arch arm64 -std=c++20 library_injector.cpp -lbsm -lEndpointSecurity -o library_injector,
2// then codesign with com.apple.developer.endpoint-security.client and run the
3// program as root.
45#include <EndpointSecurity/EndpointSecurity.h>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.