CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support function tables

chkp-eyalit opened this issue · comments

Function tables can often be found in the global variables in many projects: C++ / firmware. Should add better support of finding such tables, and using them for the matching logic.

This support is crucial for C++ programs.