| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
HexInput
Static functions for user input parsing. The counterparts for each method are in the HexOutput class.
|
|||
|
Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
| list( int ) |
|
||
| list |
|
||
| list |
|
||
|
|||
| int |
|
||
| int |
|
||
| str |
|
||
| str |
|
||
|
|||
|
Inherited from |
|||
|
|||
Don't try to instance this class, it's just a namespace!
|
Convert numeric strings into integers.
|
Convert numeric strings into memory addresses.
|
Convert a strip of hexadecimal numbers into binary data.
|
Convert an hexadecimal search pattern into a POSIX regular expression. For example, the following pattern: "B8 0? ?0 ?? ??" Would match the following data: "B8 0D F0 AD BA" # mov eax, 0xBAADF00D
|
Read a list of integers from a file. The file format is:
|
Read a list of string values from a file. The file format is:
|
Read a list of mixed values from a file. The file format is:
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:16 2010 | http://epydoc.sourceforge.net |