From 04176b2c5e8fbc8279c90e4e84cc6d83c7c17b19 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 5 Apr 2024 14:22:49 +0200 Subject: Some quality-of-life improvments. * replaced entropy calculation with a !broken one * README update Signed-off-by: Toni Uhlig --- exploit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exploit.py') 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))) -- cgit v1.2.3