Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
AnswerRe: Comparing Times Pin
Apocalypse Now24-May-12 20:53
Apocalypse Now24-May-12 20:53 
AnswerRe: Comparing Times Pin
AmitGajjar27-May-12 22:16
professionalAmitGajjar27-May-12 22:16 
QuestionCreating a table with the help Asp control at run time Pin
Naughty Ankur24-May-12 19:03
Naughty Ankur24-May-12 19:03 
AnswerRe: Creating a table with the help Asp control at run time Pin
Mycroft Holmes24-May-12 19:33
professionalMycroft Holmes24-May-12 19:33 
QuestionHow to convert document to flash (swf) Pin
quocviet_dhspkt24-May-12 15:32
quocviet_dhspkt24-May-12 15:32 
AnswerRe: How to convert document to flash (swf) Pin
sina rahimzadeh25-May-12 0:03
sina rahimzadeh25-May-12 0:03 
AnswerRe: How to convert document to flash (swf) Pin
wikizhao25-May-12 15:40
wikizhao25-May-12 15:40 
QuestionFalse positive executable ... Pin
amx_tiger24-May-12 10:14
amx_tiger24-May-12 10:14 
Hi again Big Grin | :-D

I make a program in c# and i obscure my executable with Eazfuscator, but this is detected like virus by some antivirus (like bitdefender, f-secure, gdata) and antimalware (like Emsisoft).

To understand the reason why these antivirus detect my application like a virus, I create a basic project with 2 forms and 1 button. In the first form I put a button with this click event:
C#
Form2 frm2 = new Form2();
frm2.Show();

After I compiled, I used Eazfuscator to obscure the source of the project. After this I uploaded this file on virustotal.com , and surprize it was detected like a virus (by Bitdefender, F-Secure, Gdata, Emsisoft, Ikarus, Panda(suspicious file) and other) Smile | :) ).

After this, I create a key (test.pfx) to signing this application (+ Enable ClickOnce security setting > This is a full trusted application) , then I compiled and I used Eazfuscator and I uploaded the executable to virustotal.com and the result was that my application was detected like a virus just by Emsisoft and Ikarus.

Report: Report VirusTotal[^]

Now, the questions is:
1. Can I make my application full trusted by all the antivirus/antimalware( I mean that the antivirus to don't detect my basic application like a virus) without buying a certificate or to send an email with this on the antivirus software?
2. If I want to give my application signed with .pfx to my friend, I need to give the both file (executable + key) or I can give him just the executable?

I am sorry for my bad english and long post Smile | :)

Thank you. Big Grin | :-D
AnswerRe: False positive executable ... Pin
Ravi Bhavnani24-May-12 11:29
professionalRavi Bhavnani24-May-12 11:29 
GeneralRe: False positive executable ... Pin
amx_tiger25-May-12 2:52
amx_tiger25-May-12 2:52 
GeneralRe: False positive executable ... Pin
Ravi Bhavnani25-May-12 3:54
professionalRavi Bhavnani25-May-12 3:54 
GeneralRe: False positive executable ... Pin
amx_tiger25-May-12 9:23
amx_tiger25-May-12 9:23 
AnswerRe: False positive executable ... Pin
Ron Beyer24-May-12 17:11
professionalRon Beyer24-May-12 17:11 
GeneralRe: False positive executable ... Pin
amx_tiger25-May-12 3:02
amx_tiger25-May-12 3:02 
QuestionC#/WinForms and Localization via Satellite Assemblies Pin
Matt U.24-May-12 9:25
Matt U.24-May-12 9:25 
Questionlive volleyball score keeping Pin
Member 868621924-May-12 8:04
Member 868621924-May-12 8:04 
AnswerRe: live volleyball score keeping Pin
dexterama24-May-12 11:25
professionaldexterama24-May-12 11:25 
Questiondatetime Pin
Member 886489824-May-12 3:13
Member 886489824-May-12 3:13 
AnswerRe: datetime Pin
Not Active24-May-12 3:42
mentorNot Active24-May-12 3:42 
AnswerRe: datetime Pin
RobCroll24-May-12 15:55
RobCroll24-May-12 15:55 
GeneralRe: datetime Pin
jschell25-May-12 9:00
jschell25-May-12 9:00 
GeneralRe: datetime Pin
RobCroll25-May-12 16:50
RobCroll25-May-12 16:50 
GeneralRe: datetime Pin
jschell26-May-12 7:07
jschell26-May-12 7:07 
GeneralRe: datetime Pin
RobCroll26-May-12 16:18
RobCroll26-May-12 16:18 
QuestionEmgu CV, problem with wrapper for OpenCV Pin
Sissi198724-May-12 0:58
Sissi198724-May-12 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.