Home | Trees | Indices | Help |
|
---|
|
Static functions for hexadecimal user input.
|
|||
Inherited from |
|
|||
list( int ) |
|
||
list |
|
|
|||
int |
|
||
str |
|
||
str |
|
|
|||
Inherited from |
|
Convert numeric strings into integers.
|
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 mixed values from a file. The file format is:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 21 15:14:47 2009 | http://epydoc.sourceforge.net |