View Single Post
  #2  
Old 09-21-2014, 19:40
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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.
Reply With Quote