![]() |
Question: IDAPython how to call bin_search ?
Code:
from idaapi import *Quote:
|
I recompiled IDAPython.
But I change uchar to char in function: Code:
idaman ea_t ida_export bin_search( |
bin_search()? this is how i do search:
Quote:
|
bin_search is more powerful, allow using mask bytes.
right now, I use FindBinary too |
I think I figured it out.
idaapi.i change Code:
%array_class(uchar, uchar_array);Code:
%array_class(unsigned char, uchar_array);Code:
func = idaapi.get_func(idaapi.get_screen_ea()) |
| All times are GMT +8. The time now is 17:42. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX