Skip to content

Commit 6499325

Browse files
committed
Crate metadata added.
1 parent 23d8942 commit 6499325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "deoptimizer"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
license-file = "LICENSE"
7+
readme = "README.md"
8+
repository = "https://github.com/EgeBalci/deoptimizer"
9+
authors = ["Ege BALCI <[email protected]>"]
10+
keywords = ["evasion", "malware", "obfuscation", "optimization", "detection", "iced-x86"]
11+
categories = ["command-line-utilities", "compilers"]
12+
description = "This tool is a machine code de-optimizer. By transforming/mutating the machine code instructions to their functional equivalents it makes possible to bypass pattern-based detection mechanisms used by security products."
513

614
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
715

0 commit comments

Comments
 (0)