Skip to content

Commit

Permalink
prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrphrazer committed Mar 14, 2023
1 parent 7efe694 commit 77cb165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Obfuscation Detection (v1.6)
# Obfuscation Detection (v1.7)
Author: **Tim Blazytko**

_Automatically detect obfuscated code and other interesting code constructs_
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -24,6 +24,6 @@
"Windows": "",
"Linux": ""
},
"version": "1.6",
"version": "1.7",
"minimumbinaryninjaversion": 2487
}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="obfuscation_detection",
version="1.6",
version="1.7",
author="Tim Blazytko",
author_email="[email protected]",
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",
Expand Down

0 comments on commit 77cb165

Please sign in to comment.