This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/Internal-Site-2247 on 2025-04-23 11:22:03+00:00.


i used to work on c/c++ for many years, but recently i focus on Rust for months, especially for writing windows kernel driver using Rust since i used to work in an endpoint security company for years

i’m now preparing to use Rust for more works

a few days ago i pushed two open sourced repos on github, one is about how to detect and intercept malicious thread creation in both user land and kernel side, the other one is a generic wrapper for synchronization primitives in kernel mode, each as follows:

[1]

[2]

i’m very appreciated for any reviews & comments