overflow-checker icon indicating copy to clipboard operation
overflow-checker copied to clipboard

not working

Open TobjasR opened this issue 4 years ago • 0 comments

something seems broken here. no import errors, nor any other errors, just not working... the pwnX test programs work, the py-script works (seemingly), but:

$ python3 overflow_checker.py test_files/pwn1
test_files/pwn1 is not vulnerable to buffer oveflow. Better luck next time
$ python3 overflow_checker.py test_files/pwn2
test_files/pwn2 is not vulnerable to buffer oveflow. Better luck next time
$ python3 overflow_checker.py test_files/pwn3
test_files/pwn3 is not vulnerable to buffer oveflow. Better luck next time
$ python3 overflow_checker.py test_files/pwn4
test_files/pwn4 is not vulnerable to buffer oveflow. Better luck next time

Ubuntu 20.04, python3

TobjasR avatar Apr 13 '21 18:04 TobjasR