[package]
edition = "2024"
name = "shellforge"
version = "0.1.0"
authors = ["KawaiiKraken"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a highly customizable crate for generating assembly noops and junk code"
readme = "README.md"
keywords = [
"assembly",
"random",
"shellcode",
"obfuscation",
]
categories = ["security"]
license = "GPL-3.0-or-later"
repository = "https://github.com/KawaiiKraken/ShellForge"
[lib]
name = "shellforge"
path = "src/lib.rs"
[dependencies.iced-x86]
version = "1.21.0"
features = ["code_asm"]
[dependencies.tinyrand]
version = "0.5.0"
[dependencies.tinyrand-std]
version = "0.5.0"