sequential (1)

https://wodewangzhishime.blogspot.com/2021/11/httpswodewangzhishime_17.html
.
.
.
if (int i = int j)
{
}
.
Me: How does anti-virus software work ?? 
John: How??
Me: If suddenly, the above program become the following, 
.
for (int i = 0; i< int j; i++)
{
}
Me: The anti-virus software will alert you, the program is being hacked. 
.
.
However, if the value of i or j is hacked, the anti-virus software won't alert you , the program is being hacked.
.
John: That mean, the anti virus software detect the mal-function of the program. . But, the anti virus software doesn't detect the changing of the value.
.
Me: Yes,

Comments