That is a really useful site, wow. It was able to get me a list of included functions, too, though I think the list in msvcrt.dll is a tad incomplete.
Code: Select all
fmodex.dll
FMOD_Channel_GetMute, FMOD_Channel_GetPosition, FMOD_Channel_IsPlaying, FMOD_Channel_SetMute, FMOD_Sound_Release, FMOD_System_Close, FMOD_System_Create, FMOD_System_CreateStream, FMOD_System_GetVersion, FMOD_System_Init, FMOD_System_PlaySound, FMOD_System_Release, FMOD_System_Update
KERNEL32.dll
DeleteCriticalSection, EnterCriticalSection, ExitProcess, FillConsoleOutputAttribute, FillConsoleOutputCharacterA, FreeLibrary, GetConsoleScreenBufferInfo, GetLastError, GetModuleHandleA, GetProcAddress, GetStdHandle, InitializeCriticalSection, LeaveCriticalSection, LoadLibraryA, SetConsoleCursorInfo, SetConsoleCursorPosition, SetConsoleScreenBufferSize, SetConsoleTextAttribute, SetConsoleTitleA, SetConsoleWindowInfo, SetUnhandledExceptionFilter, Sleep, TlsGetValue, VirtualProtect, VirtualQuery
msvcrt.dll
__getmainargs, __p__environ, __p__fmode, __set_app_type, _cexit, _getch, _iob, _kbhit, _onexit, _setmode, _winmajor, abort, atexit, calloc, exit, fclose, fflush, fgetc, fopen, fprintf, fputc, free, fwrite, getchar, malloc, memcpy, printf, putchar, puts, rand, signal, srand, strcpy, strlen, time, tolower, vfprintf
I ended up getting a detection ratio of 1/42. Oddly enough, the one that flagged it down as malicious, but that one isn't the same as the antivirus my friend had when it deleted my game. Huh.