Crates.io | endpoint-sec |
lib.rs | endpoint-sec |
version | 0.4.1 |
source | src |
created_at | 2023-06-20 09:43:31.932041 |
updated_at | 2024-09-19 10:18:19.071347 |
description | High-level Rust wrappers around the Endpoint Security Framework |
homepage | |
repository | https://github.com/HarfangLab/endpoint-sec |
max_upload_size | |
id | 894864 |
size | 291,405 |
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).
Current MSRV is 1.70.0. It can be updated in any minor version, though we'll try to be conservative with it.
All contributions are welcome, provided they respect the Rust Code of Conduct. Opening an issue to signal a bug is a contribution!
Dual licensed under Apache 2 and MIT, see the LICENSE-APACHE
and LICENSE-MIT
files.