diff options
| author | Ajax <commial@gmail.com> | 2017-04-05 15:55:46 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-04-06 13:47:38 +0200 |
| commit | dc3a57fd1f0df922056edf087a9ac94c0005cd15 (patch) | |
| tree | dbb64eacd5b5135dc7863a2111285c4c9c67cb73 /example/jitter/arm.py | |
| parent | f85d5e8f261db7b4c0fc519df056561ad9e45418 (diff) | |
| download | miasm-dc3a57fd1f0df922056edf087a9ac94c0005cd15.tar.gz miasm-dc3a57fd1f0df922056edf087a9ac94c0005cd15.zip | |
MD5_arm: run from the very beginning
Diffstat (limited to 'example/jitter/arm.py')
| -rwxr-xr-x | example/jitter/arm.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/jitter/arm.py b/example/jitter/arm.py index eac6c0e6..e475abeb 100755 --- a/example/jitter/arm.py +++ b/example/jitter/arm.py @@ -24,8 +24,5 @@ else: if options.verbose is True: print sb.jitter.vm -if options.address is None: - raise ValueError('Invalid address') - # Run the code sb.run() |