diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-07 17:19:37 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-23 17:24:42 +0100 |
| commit | 469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334 (patch) | |
| tree | 6a7e82146b2027ddd05cefcf93c5bc7cff648219 /example/jit_msp430.py | |
| parent | c0a74599627ed01c6e799d41905d449ba44b098b (diff) | |
| download | miasm-469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334.tar.gz miasm-469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334.zip | |
Example: Update comments (test_jit_* -> jit_*)
Diffstat (limited to 'example/jit_msp430.py')
| -rw-r--r-- | example/jit_msp430.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jit_msp430.py b/example/jit_msp430.py index 5aa1f340..d752ef8c 100644 --- a/example/jit_msp430.py +++ b/example/jit_msp430.py @@ -7,7 +7,7 @@ from miasm2.analysis.machine import Machine parser = ArgumentParser( description="""Sandbox raw binary with msp430 engine -(ex: test_jit_msp430.py example/msp430_sc.bin 0)""") +(ex: jit_msp430.py example/msp430_sc.bin 0)""") parser.add_argument("-r", "--log-regs", help="Log registers value for each instruction", action="store_true") |