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:Added parser code (that does not build tree) #32

Closed micah-0w0 closed 3 months ago

micah-0w0 commented 3 months ago

Summary

Updates for issue #12

Test Plan

I wrote a test case that it completely parses through: ["!", "(", "A", "&", "!", "B", "|", "C", ")"]