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

Utils create a encoder #28

Closed Nytro1O1 closed 3 months ago

Nytro1O1 commented 3 months ago

Summary

Closes #

Test Plan

bliutech commented 3 months ago

@Nytro1O1 This is currently failing CI because you forgot to run black to format your code. Check the README.md for how to install and run black.