shellcode-loader 0.5.0

shellcode加载器,通过多种方式加载shellcode并对抗EDR检测
Documentation
[dependencies.sysinfo]
version = "0.37.2"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_System", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_Memory", "Win32_Security", "Win32_Globalization", "Win32_Foundation"]
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并对抗EDR检测"
edition = "2024"
keywords = ["shellcode", "loader", "binary", "hook"]
license = "MIT"
name = "shellcode-loader"
readme = "README.md"
repository = "https://github.com/hbesljx/shellcode-loader"
version = "0.5.0"