-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from AsherDLL/AsherDLL/release_1.1
Asher dll/release_1.1
- Loading branch information
Showing
3 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"pluginmetadataversion": 2, | ||
"name": "Pseudo C Dump", | ||
"author": "Asher Davila L.", | ||
"type": [ | ||
"helper" | ||
], | ||
"api": [ | ||
"python3" | ||
], | ||
"description": "Binary Ninja plugin to dump the Pseudo C generated by Binja into a folder.", | ||
"longdescription": "This Binary Ninja plugin is written in Python 3 and it aims to assist with reverse engineering and vulnerability research. It dumps the Pseudo C representation of a binary, generated by Binja's decompiler, into a specified folder.", | ||
"license": { | ||
"name": "Apache-2.0", | ||
"text": "Copyright 2022 Asher Davila L.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." | ||
}, | ||
"platforms": [ | ||
"Darwin", | ||
"Windows", | ||
"Linux" | ||
], | ||
"installinstructions": { | ||
"Darwin": "", | ||
"Windows": "", | ||
"Linux": "" | ||
}, | ||
"version": "1.0", | ||
"minimumbinaryninjaversion": 3814 | ||
"pluginmetadataversion": 2, | ||
"name": "Pseudo C Dump", | ||
"author": "Asher Davila L.", | ||
"type": [ | ||
"helper" | ||
], | ||
"api": [ | ||
"python3" | ||
], | ||
"description": "Binary Ninja plugin to dump the Pseudo C generated by Binja into a folder.", | ||
"longdescription": "This Binary Ninja plugin is written in Python 3 and it aims to assist with reverse engineering and vulnerability research. It dumps the Pseudo C representation of a binary, generated by Binja's decompiler, into a specified folder.", | ||
"license": { | ||
"name": "Apache-2.0", | ||
"text": "Copyright 2022 Asher Davila L.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." | ||
}, | ||
"platforms": [ | ||
"Darwin", | ||
"Windows", | ||
"Linux" | ||
], | ||
"installinstructions": { | ||
"Darwin": "", | ||
"Windows": "", | ||
"Linux": "" | ||
}, | ||
"version": "1.1", | ||
"minimumbinaryninjaversion": 3814 | ||
} |