View Poll Results: Mallicious code?
- Voters
- 7. You may not vote on this poll
-
Mar 5th, 2003, 03:47 AM
#1
Thread Starter
Frenzied Member
-
Mar 5th, 2003, 04:02 AM
#2
Retired VBF Adm1nistrator
Hmmmmmm. An eye shall be kept on that particular user. I can assure you of that
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 5th, 2003, 04:11 AM
#3
Thread Starter
Frenzied Member
-
Mar 5th, 2003, 04:14 AM
#4
Retired VBF Adm1nistrator
No reason why you couldn't write a virus in VB.
If you compiled it in VB5, and used older version of the controls, you'd be guaranteed no-one won't have the dependenceies required.
And if you UPX'd the executable, then virus scanners probably wouldn't be able to tell whether its a virus or not...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 5th, 2003, 04:19 AM
#5
-
Mar 5th, 2003, 04:33 AM
#6
Thread Starter
Frenzied Member
UPX? I guess you're right about the dependencies story, but doing it in VB isn't a serious way to go around it 
If you're going to do it, do it properly - lose sleep over Asm
-
Mar 5th, 2003, 04:33 AM
#7
Originally posted by plenderj
Hmmmmmm. An eye shall be kept on that particular user. I can assure you of that
Lot of newer users seem to post like though. Maybe you or Brad could post a forum rules thread or somethng.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Mar 5th, 2003, 04:40 AM
#8
Retired VBF Adm1nistrator
Originally posted by Nightwalker83
Lot of newer users seem to post like though. Maybe you or Brad could post a forum rules thread or somethng.
I'd of thought something like that would be in an AUP somewhere.
I'll make sure of it though. Thanks
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 5th, 2003, 04:42 AM
#9
Originally posted by plenderj
I'd of thought something like that would be in an AUP somewhere.
I'll make sure of it though. Thanks
YW
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Mar 5th, 2003, 04:48 AM
#10
Well ...
Originally posted by plenderj
I'd of thought something like that would be in an AUP somewhere.
I'll make sure of it though. Thanks
It will be there in the AUP, but the most difficult part is to prove that the user actually has malafide intentions. If nothing else, the user could simply hide under the "Curiosity" excuse. Hell, even I am sometimes curious to know if writing a virus will be possible in VB 
.
-
Mar 5th, 2003, 04:50 AM
#11
Fanatic Member
I'm scared !!
-
Mar 5th, 2003, 04:51 AM
#12
Retired VBF Adm1nistrator
Of course it would be possible.
Given the approach that virii take these days.
Write an app, which, when executed, displays some message or does something that the user was expecting so they don't think its a virus.
Then grab email addresses from outlook, fire off emails with virus attachments, replace files with the virus itself, put the virus into various plaes in the registry and system.ini or win.ini (whichever one has the run= line), autoexec.bat, the startup group in windows etc.
It would be fairly easy to write one of those sorts of virii.
Having said that though, yeah you'd want to be working with ASM or C to write a proper virus that infects exectuables etc.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 5th, 2003, 05:08 AM
#13
-
Mar 5th, 2003, 05:20 AM
#14
Thread Starter
Frenzied Member
Who's offended?!
-
Mar 5th, 2003, 05:33 AM
#15
It would be fairly easy to write one of those sorts of virii.
Having said that though, yeah you'd want to be working with ASM or C to write a proper virus that infects exectuables etc.
True those types of programs are fairly easy to obtain.
A VB worm would still require the VB runtimes, which is sort of "uncool" for the developer I guess it would be bad to create an installation package for a virus
I have never seen a viruses except macro viruses written in vb. Is it possible?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Mar 5th, 2003, 07:39 AM
#16
Well ...
Originally posted by Nightwalker83
True those types of programs are fairly easy to obtain.
I have never seen a viruses except macro viruses written in vb. Is it possible?
Sure it is. Macro viruses, like a Word macro for e.g. are written using VBA. If you have MS Word on your machine, you already have the files required for VBA scripts, or the macros, to run.
However, what if you don't have MS Word? In a plain (vanilla?) Win 98 system, a VB program or a macro simply wouldn't work. Imagine downloading a doc file with macros when you don't have MS Word or MS Office installed. Naturally the macro couldn't run!
.
-
Mar 5th, 2003, 07:39 AM
#17
Well ...
Originally posted by axion_sa
Who's offended?!
Take no chances 
.
-
Mar 6th, 2003, 01:39 AM
#18
Re: Well ...
Originally posted by honeybee
Sure it is. Macro viruses, like a Word macro for e.g. are written using VBA. If you have MS Word on your machine, you already have the files required for VBA scripts, or the macros, to run.
However, what if you don't have MS Word? In a plain (vanilla?) Win 98 system, a VB program or a macro simply wouldn't work. Imagine downloading a doc file with macros when you don't have MS Word or MS Office installed. Naturally the macro couldn't run!
.
Yeah I alread knew you could write macro viruses in vb. I didn't know if you could wriite a virus exe in vb though.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Mar 6th, 2003, 01:53 AM
#19
Thread Starter
Frenzied Member
Re: Well ...
Originally posted by honeybee
Take no chances 
.
Understood Would you believe that there's sites out there that have virii source for download?
-
Mar 6th, 2003, 03:21 AM
#20
-
Mar 6th, 2003, 03:57 AM
#21
Thread Starter
Frenzied Member
-
Mar 6th, 2003, 04:28 AM
#22
Well ...
Originally posted by axion_sa
On of the PC magazines I read had a couple of links to a few of these sites, definitely bad places
Really? I regret saying I believe you. I could have disbelieved you and asked for the links to see for myself 
.
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
|