BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.05k stars 271 forks source link

enables disabling patterns plugin for the thumb binaries as well #1507

Closed ivg closed 2 years ago

ivg commented 2 years ago

Like #1481 but makes it work for the thumb binaries as well. Long story, the thumb plugin is also using a signal that is provided by the patterns plugin so when --no-patterns is specified for a thumb binary the disassembly is failing.

Thanks to @bmourad01 for reporting!