|
-
Jan 14th, 2012, 08:02 AM
#1
Thread Starter
Addicted Member
How to make the .exe without seemin like a virus
hello guys ...
since i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??
-
Jan 14th, 2012, 09:27 AM
#2
Frenzied Member
Re: How to make the .exe without seemin like a virus
simple
stop putting viruses on their machines
have you considered virus checking you code
or submitting it to an antiivirus program for scrutiny
it could be your signature or the fact that you install mayneed to go to internet for updates
here to talk
-
Jan 14th, 2012, 09:43 AM
#3
Thread Starter
Addicted Member
Re: How to make the .exe without seemin like a virus
 Originally Posted by incidentals
simple
stop putting viruses on their machines
have you considered virus checking you code
or submitting it to an antiivirus program for scrutiny
it could be your signature or the fact that you install mayneed to go to internet for updates
here to talk
at first.. did i misunderstand or you are accusing me for trying to put viruses on their computer.. i hope i did...
second i dont know how to do what you've said can you show me a tutorial ?
-
Jan 14th, 2012, 07:12 PM
#4
Re: How to make the .exe without seemin like a virus
A common reason for this type of issue, is that you are using code which has been used in the past by known viruses, even if you believe that you are not using it for "bad" reasons. API calls like key loggers, or automatic mouse-clickers. Do you use any API calls, or 3rd party libraries in any way, shape or form? The chance that all your projects are using such code is low, so the other option is that you actually have a virus on your machine.
-
Jan 18th, 2012, 08:19 AM
#5
Thread Starter
Addicted Member
Re: How to make the .exe without seemin like a virus
 Originally Posted by Grimfort
A common reason for this type of issue, is that you are using code which has been used in the past by known viruses, even if you believe that you are not using it for "bad" reasons. API calls like key loggers, or automatic mouse-clickers. Do you use any API calls, or 3rd party libraries in any way, shape or form? The chance that all your projects are using such code is low, so the other option is that you actually have a virus on your machine.
i dont even know how to call an API and i would be very glad to learn but i dont think some math operations are the kind of codes that viruses use... but it might change the way you look at it that saying it happens when i execute the file not as soon as i put it into other computers..
-
Jan 18th, 2012, 08:52 AM
#6
Re: How to make the .exe without seemin like a virus
Well, if you belive you are not using any API, nor 3rd party libraries and your code is not trying to access files/folders in secure areas, then possibly you have a virus on your machine.
-
Jan 18th, 2012, 11:07 AM
#7
Thread Starter
Addicted Member
Re: How to make the .exe without seemin like a virus
i was trying to reach folder.. i had a chemistry project which was a project seemed like http://www.ptable.com/ ... and i saved 118 photos to a folder and i had 118 labels(as an array in vb6) and i named the photos as their atom number (e.g "H"'s photo is named "1"..) and wrote
Code:
picturebox1.picture=loadpicture(c:\blalbabla\1.jpg)
and i executed that program in 3 diffrent computers and all gave virus warnings is that why?
-
Jan 18th, 2012, 11:21 AM
#8
Re: How to make the .exe without seemin like a virus
I doubt it, anything that is kept within .Net is usually safe, trying to go outside the box (API calls) are the ones I have seen. Even though it has been mentioned about 10 times, have you actually run a virus checker on your machine, ie using the virus app that is showing you the errors would be a start!
-
Jan 18th, 2012, 12:54 PM
#9
Thread Starter
Addicted Member
Re: How to make the .exe without seemin like a virus
ok then what about i upload it then scan it with virus total?
edit: im afraid i dont have it anymore so i will upload another one
-
Jan 18th, 2012, 01:13 PM
#10
Re: How to make the .exe without seemin like a virus
Just scan your own machine!! Remove it from the equation.
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
|