|
-
Nov 7th, 1999, 10:03 PM
#1
Thread Starter
New Member
Right, I'm not some terrorist hacker, but I was wondering if there is anyway you can write a decent virus in VB. Not the sort that formats your hard disk or anything, but one that might come up with an error message or something like that - annoying, but not destrucive. Any ideas
-
Nov 7th, 1999, 10:23 PM
#2
-
Nov 7th, 1999, 11:22 PM
#3
Junior Member
Perhaps with a name like blofeld, I shouldn't be saying this (Remember Diamonds are Forever?, From Russia With Love, etc.), but we should have a pact to use our VB powers for good instead of evil.
-
Nov 7th, 1999, 11:23 PM
#4
-
Nov 7th, 1999, 11:41 PM
#5
Unfortunately, you can't write a true virus in VB, because you don't have the access to the boot sectors of the Hard drive. The true virus is being written to the sectors of the hard drive. In other words: lets say you have a program which is 20k. Fat32 has a 32K clusters, but for your program you need only 20K, so the remaining of that cluster is left empty, because the next program on your computer will start from the next cluster. And this is where the virus comes in. Virus writers will write their small program to be in the remainder of the cluster. The Antivirus program try to find the remainders in clusters and compare them with the original program. If the remainder looks different then they would overwrite it with some dummy information (because you cant just delete that part in the cluster, but rather replace it with something else).
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 8th, 1999, 01:00 AM
#6
Guru
"Unfortunately, you can't write a true virus in VB???"
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
-
Nov 8th, 1999, 03:05 AM
#7
Yeah, but I mean it in a good sense. Lol.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 8th, 1999, 03:12 AM
#8
Hyperactive Member
Well, you are looking for a trojan. Try the Sub7 trojan. It is awesome. You can connect to another computer infected with it, and do things like open and close their cdrom's turn on and off their num cap and scroll locks, and send them messages, play sounds, etc. It is the best I've ever seen.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer
-
Nov 8th, 1999, 04:18 AM
#9
Member
Hehe Compwiz i probably shouldn't be telling you this but if you want to see a cool trojan check out back orifice from cult dead cow,its got tons of features for "Remote System Administration" *cough* ....and best of all its open source(VC++ though),if you're into c++ its great code to learn from for info on sockets and tons of other stuff =)
Thnx For Your Time,
CarlosTheJackal
-
Nov 8th, 1999, 07:25 AM
#10
Hyperactive Member
I wrote 2 really cool programs in a few minutes one day. One has a form with a button that says "Leave", but when you move the mouse to it (private sub mouseover()) the button and form move to a random place on the screen. You can never get out of it unless the user turns off the computer (Ctrl-Alt-Del is disabled. hehehe). The other one is a simple square, no form, that has the word "yoink" on it. Every other second it flashes on the screen in a different color in a different place. Again, the only way out is by turning off the computer(I've had friends yell at me for these two), and neither hurt the computer at all. Anyway, if you want the source or the program itself, email me.
Have fun.
bob
[email protected]
-
Dec 7th, 1999, 04:29 AM
#11
Thread Starter
New Member
Well, I have only just read all your replys (I am a bit lazy) Some people seem to think I am some hacker or something, but I'm not. Thanks for the stuff about sectors Sergio, I get what you mean. Maybe I will write something like the one where you can't click a button to leave. Well, cheers
-
Dec 7th, 1999, 04:51 AM
#12
New Member
tiz, i dont think your a hacker
but if your gonna ask something like that, you have to ask in another way so that people wont think of you in that way. I'm not trying to get you to become a computer hacker, but i just think that you should be creative!
I hope you know what i mean
Matrix
-
Dec 7th, 1999, 05:33 AM
#13
-
Dec 7th, 1999, 07:46 AM
#14
Junior Member
those are some funny things, anyone got any others?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|