Skip to content

Commit

Permalink
Update plugin.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riskydissonance committed Sep 18, 2024
1 parent 8cb9db9 commit 66ee9e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 4 additions & 6 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -27,9 +27,7 @@
"Linux": "",
"Windows": ""
},
"dependencies": {
},
"version": "1.0.0",
"author": "LRQA Nettitude",
"minimumbinaryninjaversion": 5529
}
}

0 comments on commit 66ee9e3

Please sign in to comment.