![]() |
|
#2
|
||||
|
||||
|
in the python api there is
find_not_func(ea, sflag) https://www.hex-rays.com/products/ida/support/idapython_docs/idaapi-module.html#find_not_func Dont think there is the same for IDC. You proberly have to get all functions and then FindFuncEnd(ea) + 1 edit here are the sflags!! https://www.hex-rays.com/products/ida/support/idadoc/284.shtml FindUnexplored(ea, SEARCH_DOWN) should do the same thing. but as you said i dont maybe a bug ?
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." Last edited by Storm Shadow; 09-21-2014 at 19:54. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA Script Function rename for Delphi VCL (x32 - x64) | Coldzer0 | Community Tools | 0 | 05-12-2018 21:51 |
| GMP function | Git | General Discussion | 4 | 06-16-2011 21:33 |
| C++ Help (Hooking a function) | Peter[Pan] | General Discussion | 8 | 08-31-2004 20:37 |