Making time(0) produce an error
I’m currently reviewing/reversing a software (coded in C) and it has a line like this :
time_t var = time(0);
My goal it to get this time(0) call to return -1.
(I cannot modify the parameter.)
Looking for any hints/POC methods to achieve … Continue reading Making time(0) produce an error