bliutech / mbased

MIT IEEE URTC 2024. GSET 2024. Repository for the "MBASED: Practical Simplifications of Mixed Boolean-Arithmetic Obfuscation". A Binary Ninja decompiler plugin taking ideas from compiler construction to simplify obfuscated boolean expressions.
https://github.com/bliutech/mbased/blob/main/.github/paper.pdf
MIT License
6 stars 0 forks source link

Binary Ninja: Add Plugin Metadata #13

Closed bliutech closed 3 months ago

bliutech commented 3 months ago

In order for Binary Ninja to load this plugin, relevant metadata needs to be added via plugin.json. This contains information about how to install dependencies and other relevant packages like that for this plugin.