From a39bc0b44d9d54693179d29b563feecde389b9f5 Mon Sep 17 00:00:00 2001 From: ergrelet Date: Sat, 6 Jul 2024 02:12:24 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++-- plugin.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caa302a..d556d51 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ Code Virtualizer as well. ### Download -You can fetch the project with `git` and install it with `pip`: +You can install the project with `pip`: ``` -pip install git+https://github.com/ergrelet/themida-unmutate.git +pip install themida-unmutate ``` +A standalone PyInstaller build is available for Windows in "Releases". + ### Use Here's what the CLI looks like: diff --git a/plugin.json b/plugin.json index a1188b8..6bfdee1 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "name": "themida-unmutate-bn", "type": ["core"], "api": ["python3"], - "description": "Static deobfuscator for Themida, WinLicense and Code Virtualizer's mutation-based obfuscation.", + "description": "Static deobfuscator for Themida, WinLicense and Code Virtualizer 3.x's mutation-based obfuscation.", "longdescription": "", "license": { "name": "GPL-3.0-or-later",