diff options
| author | W0ni <81616747+W0ni@users.noreply.github.com> | 2024-03-14 18:58:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 18:58:19 +0100 |
| commit | 862b74a297e6d724c97b76d75b76c1cca541d952 (patch) | |
| tree | 8ed819221d3283245f13994edf9efbf98b0ab5e1 /example/symbol_exec/symbol_exec.py | |
| parent | 2b1273e097495cbce6df53b0e5d9f03692df82b0 (diff) | |
| download | focaccia-miasm-862b74a297e6d724c97b76d75b76c1cca541d952.tar.gz focaccia-miasm-862b74a297e6d724c97b76d75b76c1cca541d952.zip | |
Remove misleading comment
Diffstat (limited to 'example/symbol_exec/symbol_exec.py')
| -rw-r--r-- | example/symbol_exec/symbol_exec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/symbol_exec/symbol_exec.py b/example/symbol_exec/symbol_exec.py index 1d3f4576..f11f095a 100644 --- a/example/symbol_exec/symbol_exec.py +++ b/example/symbol_exec/symbol_exec.py @@ -54,5 +54,5 @@ cur_addr = symb.run_at(ircfg, addr, step=options.steps) # Modified elements print('Modified registers:') symb.dump(mems=False) -print('Modified memory (should be empty):') +print('Modified memory:') symb.dump(ids=False) |