unlocker icon indicating copy to clipboard operation
unlocker copied to clipboard

πŸ”“ ζ›΄ε₯½ηš„文仢解锁库 [Ring3] File unlock & force-deletion library that is header-only, fast and simple.

Results 2 unlocker issues
Sort by recently updated
recently updated
newest added

But it does not work in win10, hope to help me. I need to delete the running exe file.

I tried it with a png file on win10 the file didn't get unlocked. ``` #include #include "unlocker.h" int main() { auto file = unlocker::Path::Exists(L"D:/resize.png"); if (file) { auto err...