CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jap0 opened this issue · comments

commented

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.