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