diff options
| author | Ajax <commial@gmail.com> | 2018-06-11 10:50:00 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-06-11 10:50:00 +0200 |
| commit | acc6587c46e26810bc4c84cf71b19d95bcc69b23 (patch) | |
| tree | 28e831895dc0fe5fc480f32a80b63ed570e459c8 /example/symbol_exec | |
| parent | 0fa0cadf55948d6ff8f53eb3bb81ead4ef267b86 (diff) | |
| download | miasm-acc6587c46e26810bc4c84cf71b19d95bcc69b23.tar.gz miasm-acc6587c46e26810bc4c84cf71b19d95bcc69b23.zip | |
DSE: remove useless changes introduced by 61551fa7
Diffstat (limited to 'example/symbol_exec')
| -rw-r--r-- | example/symbol_exec/dse_strategies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/symbol_exec/dse_strategies.py b/example/symbol_exec/dse_strategies.py index a981853a..5a4be321 100644 --- a/example/symbol_exec/dse_strategies.py +++ b/example/symbol_exec/dse_strategies.py @@ -67,7 +67,7 @@ jitter.init_run(run_addr) # Init a DSE instance with a given strategy dse = DSEPathConstraint(machine, produce_solution=strategy) dse.attach(jitter) -# Concretize everything exept the argument +# Concretize everything except the argument dse.update_state_from_concrete() regs = jitter.ir_arch.arch.regs arg = ExprId("ARG", 32) |