vladimirkim 0 Posted June 23, 2016 Share Posted June 23, 2016 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 More sharing options...
Administrators Marcos 4,932 Posted June 25, 2016 Administrators Share Posted June 25, 2016 Please follow the instructions for reporting samples and false positives in the KB hxxp://support.eset.com/kb141/. It was a temporary FP which was already fixed yesterday and such files are not detected any more. . Link to comment Share on other sites More sharing options...
Recommended Posts