◆ check()
def mn_strings.Test_MOVS.check |
( |
|
self | ) |
|
◆ MYSTRING
string mn_strings.Test_MOVS.MYSTRING = "test string" |
|
static |
◆ TXT
string mn_strings.Test_MOVS.TXT |
|
static |
Initial value:= '''
main:
LEA ESI, DWORD PTR [mystr]
LEA EDI, DWORD PTR [buffer]
MOV ECX, %d
REPE MOVSB
RET
mystr:
.string "%s"
buffer:
.string "%s"
''' % (len(MYSTRING), MYSTRING, " "*len(MYSTRING))
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/test/arch/x86/unit/mn_strings.py