windows-wfp: Rust wrapper for Windows Filtering Platform

windows-wfp: A Safe Rust Wrapper for the Windows Kernel Firewall

🛡️ windows-wfp: A Safe Rust Wrapper for the Windows Kernel Firewall For the past few months, I’ve been working on a personal Rust project related to network security on Windows. An ambitious project whose full details I won’t reveal just yet — let’s just say it requires interacting directly with the Windows kernel-level firewall. And when you dive into that world, you inevitably stumble upon the Windows Filtering Platform (WFP). ...

March 14, 2026 · 7 min · 1401 words · lostyzen
Scoop Windows Package Manager

Scoop: the Windows Package Manager Without Admin Rights

🚀 Scoop: The Windows Package Manager That Revolutionizes Tool Installation 🎯 Introduction As a developer or IT professional on Windows, you’ve probably experienced this frustration: installing a new tool requires administrator rights, pollutes the Windows registry, or worse, installs unwanted bloatware. Scoop changes the game by offering a revolutionary approach to package management on Windows. Scoop isn’t just a package manager, it’s a philosophy: installing applications in a portable, clean manner without administrator privileges. Gone are invasive installations, welcome to a controlled ecosystem! ...

October 14, 2025 · 7 min · 1294 words · lostyzen
Rust Windows Installation

Complete Rust Development Environment Setup on Windows

🎯 Introduction Rust is a modern systems programming language that combines performance, memory safety, and productivity. In this article, we’ll see how to install and configure a complete Rust development environment on Windows WITHOUT administrator rights using Scoop as a package manager. 🎉 Great news: This approach allows you to install Rust and all its dependencies without ever needing admin rights! Perfect for restrictive corporate environments or personal machines. Why this method? Because traditional Rust installation often requires admin rights for MSVC dependencies. We’ll elegantly bypass this with the GNU toolchain. ...

October 17, 2025 · 6 min · 1144 words · lostyzen