Home | Trees | Indices | Help |
|
---|
|
Static functions for user input parsing. The counterparts for each method are in the HexOutput class.
|
|||
Inherited from |
|
|||
list( int ) |
|
||
list |
|
||
list |
|
|
|||
int |
|
||
int |
|
||
str |
|
||
str |
|
|
|||
Inherited from |
|
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 Fri Feb 12 19:46:27 2010 | http://epydoc.sourceforge.net |