Crate keywords adjusted.

This commit is contained in:
Ege Balcı
2024-06-20 00:18:52 +02:00
parent 8809bc50f5
commit 7f2d826fb9
+1 -1
View File
@@ -7,7 +7,7 @@ license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/EgeBalci/deoptimizer"
authors = ["Ege BALCI <egebalci@pm.me>"]
keywords = ["evasion", "malware", "obfuscation", "optimization", "detection", "iced-x86"]
keywords = ["evasion", "malware", "obfuscation", "optimization", "detection"]
categories = ["command-line-utilities", "compilers"]
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."