void main()
{
int a = 2 ;
float b = 2.0;
if (a == b)
printf("Hi");
}
OUTPUT
Hi
Explaination
the variable a is type casted to float before comparison
Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.
No comments:
Post a Comment