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",