static-analysis-engineering / CodeHawk-Binary

CodeHawk Binary Analyzer for malware analysis and general reverse engineering
MIT License
24 stars 10 forks source link

Account for possibly-empty defuses in ARMBranch.py #107

Closed brk closed 1 year ago

brk commented 1 year ago

Some optimized binaries will have an empty defuses list and would crash on the unchecked defuses[0] access.