diff options
| author | serpilliere <devnull@localhost> | 2012-05-30 14:41:21 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2012-05-30 14:41:21 +0200 |
| commit | 24b49b95206e04e4824836ffb09a38c2e6d0ea30 (patch) | |
| tree | 2ada32c54352fb83bd9b8ff62670151074a9c936 | |
| parent | 2b104799e8b91f5baa58bce36b627d2b6f92a2fb (diff) | |
| download | miasm-24b49b95206e04e4824836ffb09a38c2e6d0ea30.tar.gz miasm-24b49b95206e04e4824836ffb09a38c2e6d0ea30.zip | |
tipo world
| -rw-r--r-- | example/asm_box.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_box.py b/example/asm_box.py index a00fe703..86ff7e71 100644 --- a/example/asm_box.py +++ b/example/asm_box.py @@ -24,7 +24,7 @@ main: title: .string "Hello!" msg: -.string "Word!" +.string "World!" ''') symbol_pool.add(asmbloc.asm_label('base_address', 0)) symbol_pool.getby_name("MessageBoxA").offset = e.DirImport.get_funcvirt('MessageBoxA') |