Jump to content

ESET attacked my folder with codeblock c++ files (Win32/Kryptik.FANZ)


Recommended Posts

Hi, today for the first time since last 2 months I opened codeblocks and started programming simple things

 

#include <iostream>

using namespace std;

int main()

{
    int dfgdfgdfgfd;
    return 0;
}

 

 

 

#include <iostream>

using namespace std;

int main()

{
    int num;
    cin >> num;
    int suma=1;

    for (int i=1; i<=num; i++)

    {
        suma = suma*i;
    }

    cout << suma << endl;

    return 0;
}

 

 

 

And it's considered as Kryptik.FANZ, even old files that I used like 5months ago (even with ESET Smart) now are removed.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...