skip to Main Content

Mingw produces x86 program which only successfully runs as Administrator- x64 and VS(x86 and x64) versions fine – Debian

I was taking a look at this Github project: https://github.com/LloydLabs/delete-self-poc This project uses the SetFileInformationByHandle API (https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfileinformationbyhandle) in a somewhat creative way to allow the deletion from disk of a locked file. I am attempting to implement this as part…

VIEW QUESTION
Back To Top
Search