rustdllproxy 0.1.2

Crate to ease the development of proxy DLLs in Rust
1
2
3
4
5
6
7
8
9
10
[package]
name = "rustdllproxy"
version = "0.1.2"
edition = "2024"
description = "Crate to ease the development of proxy DLLs in Rust"
categories = ["command-line-utilities", "security"]
repository = "https://github.com/JohnSwiftC/rustdllproxy"
license = "MIT OR Apache-2.0"

[dependencies]