diff options
| -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') |