# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "deoptimizer" version = "0.1.2" authors = ["Ege BALCI "] 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." readme = "README.md" keywords = [ "evasion", "malware", "obfuscation", "optimization", "detection", ] categories = [ "command-line-utilities", "compilers", ] license = "MIT" repository = "https://github.com/EgeBalci/deoptimizer" [dependencies.base64] version = "0.21.6" [dependencies.bitflags] version = "2.4.1" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.4" [dependencies.ctrlc] version = "3.4.1" [dependencies.hex] version = "0.4.3" [dependencies.hexdump] version = "0.1.1" [dependencies.iced-x86] version = "1.20.0" features = ["code_asm"] [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.50"