root@kali:~/ohm/bypass# ./bypass $(perl -e 'print "A"x28')
Serial number is wrong.
root@kali:~/ohm/bypass# ./bypass $(perl -e 'print "A"x29')
Serial number is correct.
root@kali:~/ohm/bypass# ./bypass $(perl -e 'print "A"x30')
Serial number is correct.
root@kali:~/ohm/bypass# ./bypass $(perl -e 'print "A"x31')
Serial number is correct.
root@kali:~/ohm/bypass# ./bypass $(perl -e 'print "A"x32')
Serial number is correct.
Segmentation fault
root@kali:~/ohm/bypass# 
