Update author in Cargo.toml

This commit is contained in:
Karkas66
2026-07-02 09:40:16 +02:00
parent ef7a81cb30
commit cf7c2c0fc8
+4 -3
View File
@@ -8,11 +8,12 @@
name = "lacuna-rs" name = "lacuna-rs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Ported from LACUNA Chain by Mohamed Alzhrani (0xmaz)"] authors = ["Karkas66"]
description = "Ghost-frame call-stack spoofing via .pdata lacunae + runtime indirect syscalls for Windows x64" description = "Ghost-frame call-stack spoofing via .pdata lacunae + runtime indirect syscalls for Windows x64"
license = "MIT" license = "MIT"
keywords = ["windows", "syscalls", "edr", "security", "offensive"] readme = "README.md"
categories = ["os::windows-apis", "no-std"] keywords = ["windows", "syscalls", "edr", "security", "offensive", "spoofing"]
categories = ["os::windows-apis"]
# Build as both a normal Rust library and a C-compatible dynamic library # Build as both a normal Rust library and a C-compatible dynamic library
# so it can be loaded from C/C++/Python projects too. # so it can be loaded from C/C++/Python projects too.