Skip to content
View saagarjha's full-sized avatar

Highlights

  • Pro

Organizations

@iina @ish-app @apple-open-source-mirror @regular-vm @ahjragaas

Block or report saagarjha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Configuration and stuff. Messy.

    Shell 29 5

  2. unxip unxip Public

    A fast Xcode unarchiver

    Swift 849 38

  3. Ensemble Ensemble Public

    Cast Mac windows to visionOS

    Swift 861 41

  4. TSOEnabler TSOEnabler Public

    Kernel extension that enables TSO for Apple silicon processes

    C 252 14

  5. VirtualApple VirtualApple Public

    Work with macOS VMs using Virtualization

    Swift 268 26

  6. 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.
    4
    
                  
    5
    #include <EndpointSecurity/EndpointSecurity.h>