parent
e0b6e3b2af
commit
000291f228
@ -1,3 +1,19 @@
|
||||
# fdelete
|
||||
|
||||
ever find yourself trying to delete a file and for whatever reason you are not allowed too?
|
||||
ever find yourself trying to delete a file and for whatever reason you are not allowed too? you can use fdelete.exe to remove whatever file/directory you want now.
|
||||
This project inherits VDM and uses GDRV by default but you can use whatever method of physical read/write you want.
|
||||
|
||||
### usage
|
||||
|
||||
```
|
||||
usage: [OPTION] [File Path/Directory Path]
|
||||
--file, delete a specific file...
|
||||
--dir, delete an entire directory...
|
||||
```
|
||||
|
||||
### example
|
||||
|
||||
```
|
||||
fdelete.exe --file C:\Windows\System32\ntoskrnl.exe
|
||||
delete \??\C:\Windows\System32\ntoskrnl.exe result: 1
|
||||
```
|
||||
|
Loading…
Reference in new issue