mirror of
https://github.com/Karkas66/lacuna-rs
synced 2026-07-03 04:43:40 +00:00
Update author in Cargo.toml
This commit is contained in:
+4
-3
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user