diff --git a/README.md b/README.md index 536ab83..69f6aa5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obfuscation Detection (v1.6) +# Obfuscation Detection (v1.7) Author: **Tim Blazytko** _Automatically detect obfuscated code and other interesting code constructs_ diff --git a/plugin.json b/plugin.json index 9fac3f4..4f55bed 100644 --- a/plugin.json +++ b/plugin.json @@ -8,7 +8,7 @@ "api": [ "python3" ], - "description": "Automatically detect obfuscated code and other state machines", + "description": "Automatically detect obfuscated code and other interesting code constructs", "longdescription": "", "license": { "name": "GPL-2.0", @@ -24,6 +24,6 @@ "Windows": "", "Linux": "" }, - "version": "1.6", + "version": "1.7", "minimumbinaryninjaversion": 2487 } diff --git a/setup.py b/setup.py index 518d746..eeb7768 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="obfuscation_detection", - version="1.6", + version="1.7", author="Tim Blazytko", author_email="tim@blazytko.to", - description="Collection of scripts to pinpoint obfuscated code", + description="Binary Ninja plugin to identify obfuscated code and other interesting code constructs", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/mrphrazer/obfuscation_detection",