Skip to content

Commit

Permalink
cleanup for adding to community plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbyte committed Apr 10, 2021
1 parent a5e0927 commit 8fe4e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ As seen in the dictionary, it is not a one-to-one relationship. The rule names i
## Detective in Action:
Current implementation is a [BinaryNinja](https://binary.ninja) plugin.

This plugin is not available through BinaryNinja's plugin manager yet! I plan to make some updates to the code (e.g. code readability, code cleanup) before performing all the necessary steps to have this plugin be available through plugin manager. In the meantime, it can be installed [manually](https://docs.binary.ninja/guide/plugins.html#manual-installation).

How to run plugin:
![Plugin Run](whole.png)

Expand Down
1 change: 0 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": ["helper"],
"api": ["python2", "python3"],
"description": "detect opaque predicates",
"longdescription": "this plugin detects opaque predicates that disrupt static disassembly.",
"license": {
"name": "MIT",
"text": "Copyright (c) 2019 Yu-Jye Tung\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
Expand Down

0 comments on commit 8fe4e52

Please sign in to comment.