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

feat: register plugin in __init__.py #15

Closed micah-0w0 closed 3 months ago

micah-0w0 commented 3 months ago

Summary

Closes #8 - Coded init.py by following the instructions on the issue

Test Plan

I downloaded the repo and dragged it into the Binary Ninja plugin folder. When I ran the plugin it printed all of the if statements within the log.

micah-0w0 commented 3 months ago

I updated the code with the requested changes.