2个版本
0.1.1 | 2022年10月18日 |
---|---|
0.1.0 | 2022年10月17日 |
1246 in 过程宏
4KB
Bootstraps
Windows DllMain入口点的过程宏
待办事项
使过程宏发送hinstDLL,这对于注入的应用程序能够自行释放是必需的。
示例
cargo.toml
[lib]
crate-type = ["cdylib"]
[dependencies]
winapi = { version = "0.3.9", features = ["consoleapi", "processthreadsapi"] }
bootstraps = { version = "0.1.1" }
lib.rs
#[bootstraps::entry]
fn dll_main() {
println!("Hi from DllMain")
}
依赖
~1.5MB
~35K SLoC