From 66ee9e3e311a1063b8f798908ca969bebeeea7ca Mon Sep 17 00:00:00 2001 From: riskydissonance <20513519+riskydissonance@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:17:12 +0100 Subject: [PATCH] Update plugin.json and readme --- README.md | 2 +- plugin.json | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d0498e8..3eeb3af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ _Fix stomped imports_ ## Description: -This plugin will fix the import table for a PE with stomped headers in binary ninja. +Recover the imports from a stomped PE header by pasting in an IAT dump from dynamic analysis. See the blog post for more details: https://labs.nettitude.com/blog/binary-ninja-plugin-fix-stomped-imports diff --git a/plugin.json b/plugin.json index 4097ad8..7415518 100644 --- a/plugin.json +++ b/plugin.json @@ -11,11 +11,11 @@ "api": [ "python3" ], - "description": "Fix stomped imports", - "longdescription": "", +"description": "Fix stomped imports", + "longdescription": "Recover the imports from a stomped PE header by pasting in an IAT dump from dynamic analysis.", "license": { "name": "MIT", - "text": "Copyright (c) 2024 LRQA Nettitude\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.\n" + "text": "Copyright (c) LRQA Nettitude 2024 \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.\n" }, "platforms": [ "Darwin", @@ -27,9 +27,7 @@ "Linux": "", "Windows": "" }, - "dependencies": { - }, "version": "1.0.0", "author": "LRQA Nettitude", "minimumbinaryninjaversion": 5529 -} +} \ No newline at end of file