理由はわかりませんが、以前は問題がなかったのに、突然、私がずっと前に書いたこの本当に古くてひどい初心者向けプログラムが Malwarebytes をトリガーします... :(
問題のプログラムは(ANSI)Cであり、Delphiではないため、この質問は重複していません...
これが私のくだらない古いソースコードです:P
#include <stdio.h>
#include <string.h>
/* This script is by Joe DF*/
main()
{
char input[999];
int charcount = 100;
gets(input);
printf("%d\n", strlen(input));
printf("%d", numlen(charcount));
}
numlen(int num)
{
char temp[999];
sprintf(temp, "%d", num);
int count = strlen(temp);
return count;
}
これは単純な間違いかもしれませんが、なぜでしょうか? 私にはこれは無害に思えます!これが単なる間違いだとしても、通常何が誤検知を引き起こすのでしょうか? それは単にファイルの署名ですか?タイムスタンプ?