in reply to Re: Complex conditional statements
in thread Complex conditional statements
As you can see i have mixed "or","and", and could include some "if" statement just for example:$status != $sigsegv or $ret = $counter + 4 and printf("> Done!\n$bugfi +le is vulnerable at $counter bytes!\n") and last;
$status != $sigsegv or $ret = $counter + 4 and printf("> Done!\n$bugfi +le is vulnerable at $counter bytes!\n") and last if $test eq 1;
|
---|