From dfeb76840243c3fdaab0a25dd4072b699ab9c569 Mon Sep 17 00:00:00 2001 From: Shanyu Juneja <30368557+terminalsin@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:10:33 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index eb80ed3f..4d56cf3b 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,24 @@ to date: - [x] Condition Mangling GEN3 Obfuscation - [x] String GEN3 Encryption +# Features + +### ***NEW*** Number Mutation +![Graph](https://i.imgur.com/XjUFdRU.png) + +### Switch Mutation +![Graph](https://i.imgur.com/yPjFC8k.png) + +### Fake exceptions +![Graph](https://i.imgur.com/bJcTNHm.png) + +### Fake jumps +![Graph](https://i.imgur.com/780UIIc.png) + # Credits ![Alt](https://repobeats.axiom.co/api/embed/313a28936c13fdca6993eb5b506273fca0fa0f4e.svg "Repobeats analytics image") + ## Libraries used - [Maple IR and the Team](https://github.com/LLVM-but-worse/maple-ir) - [ASM](https://gitlab.ow2.org/asm/asm)