CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA
MIT License
862 stars 103 forks source link

file_layer.py : variable "matched_bin_index" should be initialized before try/except block #20

Closed jap0 closed 5 years ago

jap0 commented 5 years ago

In file "file_layer.py" the variable called "matched_bin_index" should be initialized before try/except block, because in case of error the code execution goes via "except:" branch and user gets "variable was not initialized" error.