[dependencies.windows]
features = ["Win32_Foundation", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_System", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_Memory", "Win32_Security"]
version = "0.52.0"
[lib]
name = "shellcode_loader"
path = "src/lib.rs"
[package]
authors = ["hit_ljx@yeah.net"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "shellcode加载器,包含hook加载和loader加载"
edition = "2024"
keywords = ["shellcode", "loader", "binary", "hook"]
license = "MIT"
name = "shellcode-loader"
readme = "README.md"
repository = "https://github.com/hbesljx/shellcode-loader.git"
version = "0.2.0"