0vercl0k/stuffz

Threre isn't a function named get_func() in file idapy_color_diff_from_jsons.py

Hanan-Natan opened this issue · 1 comments

There isn't any function implementation of get_func() (line 66) in the file idapy_color_diff_from_jsons.py

I see that this function is actually implemented in idaapi.

I resolved that by prefixing the get_func() with idaapi like:
funcs[idaapi.get_func(i).startEA].append(i)

I am using IDA 6.4.

Thanks.