BinaryAnalysisPlatform / bap

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

applies ARM modified immediate (MIC) decoding in more places #1425

Closed ivg closed 2 years ago

ivg commented 2 years ago

Previously, we added MIC decoding very conservatively, only to places where we have seen them. Further experiments with qemu tracing showed that we have to apply them in all places where immediates occur.