shellforge 0.1.0

a highly customizable crate for generating assembly noops and junk code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shellforge"
version = "0.1.0"
edition = "2024"
authors = ["KawaiiKraken"]
description = "a highly customizable crate for generating assembly noops and junk code"
keywords = ["assembly", "random", "shellcode", "obfuscation"]
categories = ["security"]
repository = "https://github.com/KawaiiKraken/ShellForge"
license = "GPL-3.0-or-later"
readme = "README.md"

[dependencies]
iced-x86 = { version = "1.21.0", features = ["code_asm"] }
tinyrand = "0.5.0"
tinyrand-std = "0.5.0"