aboutsummaryrefslogtreecommitdiff
path: root/exploit.py
diff options
context:
space:
mode:
Diffstat (limited to 'exploit.py')
-rwxr-xr-xexploit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exploit.py b/exploit.py
index 7b285bd..09f590d 100755
--- a/exploit.py
+++ b/exploit.py
@@ -80,4 +80,4 @@ if __name__ == '__main__':
print('Return Address: {}'.format(hex(new_return_addr_tuple[1])))
ret = run_exploit(new_return_addr_tuple[1], exploit_buffer, optional_destination_offset)
- print('Exit Code: {}'.format(ret))
+ print('Exit Code: {}'.format("SIGSEGV (-11)" if ret == -11 else str(ret)))