From d519844fdaaec26b79713ed9ce9f92d6ba4d915b Mon Sep 17 00:00:00 2001 From: Tim Blazytko Date: Mon, 6 Jul 2015 16:14:45 +0200 Subject: sandbox: refactored comments; creds to serpilliere --- miasm2/analysis/sandbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'miasm2/analysis/sandbox.py') diff --git a/miasm2/analysis/sandbox.py b/miasm2/analysis/sandbox.py index 26212e25..3bacda5e 100644 --- a/miasm2/analysis/sandbox.py +++ b/miasm2/analysis/sandbox.py @@ -352,7 +352,7 @@ class Sandbox_Win_x86_64(Sandbox, Arch_x86_64, OS_Win): for i in xrange(0x4): self.jitter.push_uint64_t(0) - # Pre-stack some arguments + # Pre-stack return address self.jitter.push_uint64_t(0x1337beef) # Set the runtime guard @@ -401,7 +401,7 @@ class Sandbox_Linux_x86_64(Sandbox, Arch_x86_64, OS_Linux): for i in xrange(0x4): self.jitter.push_uint64_t(0) - # Pre-stack some arguments + # Pre-stack return address self.jitter.push_uint64_t(0x1337beef) # Set the runtime guard -- cgit 1.4.1