From 000291f2282397dccaf89fac3cd3fd6072ebe192 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 1 Feb 2021 01:15:05 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f6f43..6fbd3ea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # fdelete -ever find yourself trying to delete a file and for whatever reason you are not allowed too? \ No newline at end of file +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 +```