Hi Folks, First of all sorry for almost no posts since last few weeks as I'm so busy these days with corporate as well as with my exams. I promise to back soon with lots of new and interesting stuff and thanks of droping you mails. In case you didn't get any reply it just because I'm trying to arrange something better for it.
Alright, In this post I'm going to show you a simple post on obfuscation in C language. You can find this code with a simple google search. I'm not able to find the real author of this code so can't provide any back links to them.
here is the code,
In case you're having troubles in compiling this code then take a look How To Compile a C code. This code actually shows a real and wonderful implementation of obfuscation in C language. I'll come up soon with a cool explanation in case you're interested. Till then,
Stay tuned. :)
Alright, In this post I'm going to show you a simple post on obfuscation in C language. You can find this code with a simple google search. I'm not able to find the real author of this code so can't provide any back links to them.
here is the code,
#include <stdio.h>
main()
{
int a,b,c;
int count = 1;
for (b = c = 10; a = "- FIGURE?, UMKC,XYZHello Folks,\
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
Hq!WFs XDt!"[b+++21]; )
for(; a-- > 64 ; )
putchar ( ++c=='Z' ? c = c / 9 : 33 ^ b & 1 );
getch();
return 0;
}
In case you're having troubles in compiling this code then take a look How To Compile a C code. This code actually shows a real and wonderful implementation of obfuscation in C language. I'll come up soon with a cool explanation in case you're interested. Till then,
Stay tuned. :)
1 comments:
Click here for commentscan u explain it more pls
ConversionConversion EmoticonEmoticon