shellcode-loader 0.1.0

shellcode加载器,传入二进制shellcode即可加载到内存中执行
Documentation
[dependencies.windows]
features = ["Win32_Foundation", "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加载器,传入二进制shellcode即可加载到内存中执行"
edition = "2024"
keywords = ["shellcode", "loader", "binary"]
license = "MIT"
name = "shellcode-loader"
readme = "README.md"
repository = "https://github.com/hbesljx/shellcode-loader.git"
version = "0.1.0"