#security #macos #endpoint

endpointsecurity

Nice (ish) bindings for the EndpointSecurity framework on macOS

5 unstable releases

0.3.0 Nov 2, 2021
0.2.1 Nov 1, 2021
0.2.0 May 24, 2021
0.1.1 Sep 23, 2020
0.1.0 Sep 17, 2020

#5 in #ish

Download history 10/week @ 2023-10-30 1/week @ 2023-11-06 8/week @ 2023-11-13 8/week @ 2023-11-20 36/week @ 2023-11-27 170/week @ 2023-12-04 98/week @ 2023-12-11 6/week @ 2023-12-18 15/week @ 2023-12-25 1/week @ 2024-01-08 5/week @ 2024-01-15 5/week @ 2024-01-22 20/week @ 2024-01-29 3/week @ 2024-02-05 24/week @ 2024-02-12

52 downloads per month

Custom license

705KB
23K SLoC

EndpointSecurity in Rust

This is a crate I wrote to power building EndpointSecurity products in Rust. This is still very much in active development and subject to significant changes (though the existing pub api I would expect to stay more or less the same).

EsClient is marked Send and Sync because to the best of my knowledge, it is. There are locks around using it inside the API because I don't know if EndpointSecurity is threadsafe. Your mileage may vary.

Not all calls are implemented, only the ones I've needed so far and some of the ones that are implemented are incomplete (most of the important stuff is there though).

Licenced under MIT because free software is important.

Dependencies

~3–5MB
~92K SLoC