| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Strings
Returns the string list.
Example:
s = Strings()
for i in s:
print "%x: len=%d type=%d -> '%s'" % (i.ea, i.length, i.type, str(i))
| Nested Classes | |
|
StringItem Class representing each string item. |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Initializes the Strings enumeration helper class
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 05 14:43:05 2012 | http://epydoc.sourceforge.net |