|
-
Oct 16th, 2002, 05:28 AM
#1
Thread Starter
Frenzied Member
Prove That Your EXE Isnt a Virus
Is there a way to prove that, say, my EXE is not a virus? Because
alot of people have been iffy about rnuning my apps lately...
-
Oct 16th, 2002, 05:28 AM
#2
Banned
Yeah, post the sourcecode
-
Oct 16th, 2002, 05:43 AM
#3
Addicted Member
avoid calling your programs IAMAVIRUS.exe
-
Oct 16th, 2002, 06:27 AM
#4
Thread Starter
Frenzied Member
Originally posted by Michael_Kamen
Yeah, post the sourcecode
Most of my programs are open source...but the thing is, people
still hesitate to run the EXE that i compiled! There has to be a
way to show them that its not a virus, right?
-
Oct 16th, 2002, 07:18 AM
#5
Addicted Member
VB Code:
Private Sub Form_Load()
Dim response As String
response = MsgBox("Do you wish to scan this dodgy looking application with your virus scanner before running?", vbYesNo + vbExclamation)
If response = vbYes Then
End
End If
End Sub
-
Oct 16th, 2002, 07:22 AM
#6
Originally posted by macai
Most of my programs are open source...but the thing is, people
still hesitate to run the EXE that i compiled! There has to be a
way to show them that its not a virus, right?
How would you be able to prove that?? Most people have virus scanner programs, but just because the virus scanner doesn't recognise a virus it deosn't mean that there isn't one there - it just doesn't know about that particular virus.
A program that simply deletes all files on the C drive isn't a virus as far as most virus scanners ae concerned
Think about what YOU would need to hear to be persuaded that the program a stranger has just given you doesn't have any bad effects (intentional or not). I don't trust anything that people on this forum (or any others) write, I always compile the source code myself, even though I have 3 industrial strength virus scanners between me and the web.
-
Oct 16th, 2002, 07:24 AM
#7
there is no way to show your app is not a virus other than to let the people scan it themselves... how do you know anyfile is not a virus??? you have to trust Norton or Mcafee or whoever you use.. your users would have to do the same
-
Oct 16th, 2002, 07:26 AM
#8
Thread Starter
Frenzied Member
Yeah, but i want some pursuadable text to show them
that "proves" its not a virus.
-
Oct 16th, 2002, 07:28 AM
#9
Originally posted by macai
Yeah, but i want some pursuadable text to show them
that "proves" its not a virus.
your home address and your burglar alarm code
-
Oct 16th, 2002, 07:32 AM
#10
Originally posted by macai
Yeah, but i want some pursuadable text to show them
that "proves" its not a virus.
Not possible! Like i said, think about what YOU would need to be persuaded by a random stranger!
-
Oct 16th, 2002, 07:33 AM
#11
Yeah, but i want some pursuadable text to show them
The only way I could see that being possible is if you got a
independent third party to check your app then they could
encrypt, sign and ditribute it.
the user can they decrypt and verify.
-
Oct 16th, 2002, 07:36 AM
#12
yeah, what's to say explorer.exe isn't a virus??? nothing other than the fact that you trust microsoft because of their reputation... if you have an established website that offers applications to DL people will be more inclined to DL your apps than if they are just posted for DL somewhere
-
Oct 16th, 2002, 07:50 AM
#13
Thread Starter
Frenzied Member
Originally posted by DeadEyes
The only way I could see that being possible is if you got a
independent third party to check your app then they could
encrypt, sign and ditribute it.
the user can they decrypt and verify.
You mean that popup window saying "Do you trust stuff from
company 'blah'"?
-
Oct 16th, 2002, 07:51 AM
#14
Banned
Originally posted by kleinma
yeah, what's to say explorer.exe isn't a virus???
Sometimes it acts just like a virus
-
Oct 16th, 2002, 07:59 AM
#15
Originally posted by macai
You mean that popup window saying "Do you trust stuff from
I think that's more a digital certificate
I was thinking along the lines that when you encrypt a file
you can garentee it's contents have not been tampered with.
The crux of the point is that the distributing third party must be
trusted but that brings us back to square one, who can you trust?
-
Oct 16th, 2002, 08:00 AM
#16
Frenzied Member
Originally posted by macai
Yeah, but i want some pursuadable text to show them
that "proves" its not a virus.
Ship a read me file with it.
In there you tell the user it can sue you if it is not the app you told them it was.
Give your adress and other details with it.
Some details (your working hours, do you have a dog at home, is your wife/husband alone when you are working, ...)
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Oct 16th, 2002, 08:28 AM
#17
Thread Starter
Frenzied Member
Originally posted by swatty
Ship a read me file with it.
In there you tell the user it can sue you if it is not the app you told them it was.
Give your adress and other details with it.
Some details (your working hours, do you have a dog at home, is your wife/husband alone when you are working, ...)
All i have to do is just slip something in there that basically
says "by using my program, you agree to the blah blah
terms...these terms may change at any time and RF has no
obligation to inform you of this change...thank you." Then if they
sue me, i just change the terms and say the terms changed
yesterday.
-
Oct 16th, 2002, 08:31 AM
#18
Originally posted by swatty
Ship a read me file with it.
In there you tell the user it can sue you if it is not the app you told them it was.
Give your adress and other details with it.
Some details (your working hours, do you have a dog at home, is your wife/husband alone when you are working, ...)
swatty you stole my joke
-
Oct 16th, 2002, 08:58 AM
#19
Frenzied Member
-
Oct 16th, 2002, 09:04 AM
#20
Frenzied Member
Kleinma, what does "ALL YOUR BASE ARE BELONG TO US" mean in your sig
-
Oct 16th, 2002, 09:05 AM
#21
Originally posted by TheBionicOrange
Kleinma, what does "ALL YOUR BASE ARE BELONG TO US" mean in your sig
click the link... make sure u got sound though
-
Oct 16th, 2002, 09:15 AM
#22
Frenzied Member
I don't click on links just because you told me to..... how do I know its not a virus?? :-)
-
Oct 16th, 2002, 09:16 AM
#23
ummm... because i said so...
-
Oct 16th, 2002, 09:16 AM
#24
Frenzied Member
-
Oct 16th, 2002, 09:18 AM
#25
Frenzied Member
-
Oct 16th, 2002, 09:23 AM
#26
Member
How can you guys NOT known about "All Your Base"? It's only the greatest worst Japanese to English translation ever! Have a look around the net man! You'll be sure to find plenty and plenty of sites that cover the history of it.
Secondly, to macai, people won't always trust you, no matter what you say. Just like they won't trust you when you're a total stranger half way across the planet and is asking for fifteen bucks an hour to create a webpage or program. Respect is what it's all about. You need to earn it.
-
Oct 16th, 2002, 09:27 AM
#27
Software Eng.
Scan it with a virus scanner
-
Oct 16th, 2002, 09:30 AM
#28
it is supposed to be as it is
-
Oct 16th, 2002, 09:30 AM
#29
Originally posted by Megatron
Scan it with a virus scanner
that was my first suggestion
seems to be the only logical one
-
Oct 16th, 2002, 09:37 AM
#30
Frenzied Member
Originally posted by kleinma
swatty you stole my joke
partially, if there is a file shipped with it, where stated if it is a virus then here is my adress and phone number (normally you are known to them when the bought it from you) you can go to court with it.
Claim as much as you can from him so he doesn't write any more of those programs which doesn't work as you wish
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Oct 16th, 2002, 09:39 AM
#31
Banned
Originally posted by kleinma
that was my first suggestion
seems to be the only logical one
ANd what about my suggestion:
Originally posted by Michael_Kamen
Yeah, post the sourcecode
I think posting the source will earn people's trust.
-
Oct 16th, 2002, 09:56 AM
#32
Originally posted by Michael_Kamen
ANd what about my suggestion:
I think posting the source will earn people's trust.
true.. but lets say you post the source code along with the exe... but in the exe you really stuck extra virus code in... then people might review the source.. be like "oh this is ok" and then run the exe..
-
Oct 16th, 2002, 10:00 AM
#33
-
Oct 16th, 2002, 10:33 AM
#34
Frenzied Member
Oh OK ... it does makes all perfect sense now
-
Oct 16th, 2002, 03:18 PM
#35
New Member
You can put this in the readme.txt
====== myprogram version x.xx ============
For your convenience, the virus is attached separately from the program.
-
Oct 16th, 2002, 03:29 PM
#36
Originally posted by Michael_Kamen
Sometimes it acts just like a virus
It certanly infected the world serveral times over..... mutates too....
-
Oct 16th, 2002, 03:33 PM
#37
Originally posted by techgnome
It certanly infected the world serveral times over..... mutates too....
the latest strand is called "XP"
-
Oct 16th, 2002, 03:41 PM
#38
Banned
Yeah, and it didn't just make my virusscanner go crazy!
-
Oct 16th, 2002, 03:54 PM
#39
Need-a-life Member
Originally posted by kleinma
true.. but lets say you post the source code along with the exe... but in the exe you really stuck extra virus code in... then people might review the source.. be like "oh this is ok" and then run the exe..
The only way is to post the sourcecode... without the EXE. If they want to compile it (after checking that there's no harmful code in it) they can do it.... with absolute certain that the code is not a virus.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Oct 16th, 2002, 03:57 PM
#40
Good Ol' Platypus
Linux programs are, for the most part, open-sourced. You download them, and compile them yourself, so that only you can be blamed if you didn't look over the sourcecode or if you have a virus already that spawns from a GCC call. If they're open sourced, let the users compile them themselves!
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
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
|