about summary refs log tree commit diff stats
path: root/example/jitter/sandbox_pe_x86_64.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/sandbox_pe_x86_64.py')
-rw-r--r--example/jitter/sandbox_pe_x86_64.py2
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)