![]() |
|
#2
|
|||
|
|||
|
I recompiled IDAPython.
But I change uchar to char in function: Code:
idaman ea_t ida_export bin_search(
ea_t startEA, // area to search
ea_t endEA,
const uchar *image, // string to search
const uchar *mask, // comparision mask
size_t len, // length of string to search
int step, // direction:
int flags);
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advanced IdaPython to change details UI cannot change | chants | General Discussion | 1 | 07-31-2019 15:46 |
| the big call >> mov eax,01 ret | crkelbery | General Discussion | 3 | 03-21-2009 06:40 |
| Fixing an EXE to not call a DLL? | Barry | General Discussion | 11 | 06-03-2004 00:37 |