Skip to content

nihilus/idascripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

idascripts

IDApro idc and idapython script collection

enumerators.py

Contains several iterators:

Texts search text ( or regex ) in the disassembly, like Alt-T
NonFuncs search non function code ( like Alt-U )
Undefs search unexplored items ( like Ctrl-U )
Binaries search binary patterns ( like Alt-B )
ArrayItems return addresses for each item in an array
Addrs all addresses in range
BytesThat bytes matching a filter
Heads all heads in range
NotTails Heads + undefined bytes
Funcs enumerate all function starts
FChunks enumerate 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

About

IDApro idc and idapython script collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%