Home

Awesome

idascripts

IDApro idc and idapython script collection

enumerators.py

Contains several iterators:

Textssearch text ( or regex ) in the disassembly, like Alt-T
NonFuncssearch non function code ( like Alt-U )
Undefssearch unexplored items ( like Ctrl-U )
Binariessearch binary patterns ( like Alt-B )
ArrayItemsreturn addresses for each item in an array
Addrsall addresses in range
BytesThatbytes matching a filter
Headsall heads in range
NotTailsHeads + undefined bytes
Funcsenumerate all function starts
FChunksenumerate all function chunks

The range which is to be searched can be specified in several ways:

Texts(start [, "text"] )search from start until the end of the file
Texts(start, end [, "text"] )search between start and end
Texts(["text"])search the selected area, or
search from the cursor to the end of the file