5 unstable releases

0.3.4 Jan 22, 2024
0.3.3 Jan 8, 2024
0.3.2 Nov 30, 2023
0.3.1 Oct 20, 2023
0.0.0 Jun 20, 2023

#198 in Development tools

Download history 1201/week @ 2024-01-01 770/week @ 2024-01-08 662/week @ 2024-01-15 1049/week @ 2024-01-22 1147/week @ 2024-01-29 1096/week @ 2024-02-05 876/week @ 2024-02-12 955/week @ 2024-02-19 784/week @ 2024-02-26 581/week @ 2024-03-04 654/week @ 2024-03-11 700/week @ 2024-03-18 254/week @ 2024-03-25 273/week @ 2024-04-01 666/week @ 2024-04-08 681/week @ 2024-04-15

1,891 downloads per month

MIT/Apache

345KB
5.5K SLoC

Endpoint Security - Rust bindings

Endpoint Security (abbreviated ES here) is a framework provided by Apple for macOS machines for monitoring system events for potentially malicious activity, see the official documentation for the exact details.

This repository is composed of two Rust crates:

endpoint-sec-sys is the raw events translated from C to Rust, with some additional types that have to exist in the crate because of the orphan rules. While you can use the crate directly, no effort have been made to make it easy nor correct.

endpoint-sec contains the higher level wrappers. They're much safer and more ergonomic to use but incur a slight overhead cost in certain methods (not all, not even most of them).

MSRV

Current MSRV is 1.65.0. It can be updated in any minor version, though we'll try to be conservative with it.

Contributing

All contributions are welcome, provided they respect the Rust Code of Conduct. Opening an issue to signal a bug is a contribution!

License

Dual licensed under Apache 2 and MIT, see the LICENSE-APACHE and LICENSE-MIT files.

Dependencies

~185KB