Home > Software engineering >  How Windows occupy a file cannot be deleted and replaced
How Windows occupy a file cannot be deleted and replaced

Time:10-21

Use fopen to open the file (" r "or" w ") can make it can't be deleted, but if you use a file with the same replacement it actually can be successful,,
How to make the file could not be deleted and cannot be replaced?

CodePudding user response:

http://www.cctry.com/forum.php? Mod=viewthread& Tid=29414

CodePudding user response:

Don't be entangled with a variety of constants, the only constant is change in the world, with API WriteProcessMemory can also modify the other process is running inside the memory of the so-called constant!

CodePudding user response:

FDump - Dumping File Sectors Directly from Disk using Logical Offsets http://www.codeproject.com/Articles/32169/FDump-Dumping-File-Sectors-Directly-from-Disk-usin

CodePudding user response:

http://www.codeproject.com/Articles/30537/Windows-File-Monitoring-System-Using-Windows-API-H
  • Related