BeneficialCode / WinArk

Windows Anti-Rootkit Tool
MIT License
465 stars 132 forks source link

File Manager #3

Closed WorldWonderful10 closed 1 year ago

WorldWonderful10 commented 1 year ago

Could be interest a File Manager with Delete/Force Delete features like PC Hunter (old XueTr) :D

BeneficialCode commented 1 year ago

Could you recommend some open source repos about File Manager ? Then I can choose one to integrate in WinArk.

nblog commented 1 year ago

proven program with suggested references: mohuihui/antispy -> FileDlg

for individual effects, refer to (MFC): https://www.codeproject.com/Articles/12766/File-tree-control-allowing-selection-of-multiple-f

for forced file deletion, I provide some references: kernel irp kernel delete or unlock ring3 unlock

hope this helps.

BeneficialCode commented 1 year ago

I really appreciate it. Actually I just a little lazy, I have finished the file management ui. The irp code also includes in the kernel library.

BeneficialCode commented 1 year ago

The force delete file function completed.