diff options
Diffstat (limited to 'example/jitter/sandbox_pe_x86_64.py')
| -rw-r--r-- | example/jitter/sandbox_pe_x86_64.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/sandbox_pe_x86_64.py b/example/jitter/sandbox_pe_x86_64.py index a168c325..98426078 100644 --- a/example/jitter/sandbox_pe_x86_64.py +++ b/example/jitter/sandbox_pe_x86_64.py @@ -16,4 +16,4 @@ sb = Sandbox_Win_x86_64(loc_db, options.filename, options, globals()) # Run sb.run() -assert(sb.jitter.run is False) +assert(sb.jitter.running is False) |