From 90516c4f6dc5ed1932c25fcfb957e8524c7fb3db Mon Sep 17 00:00:00 2001 From: XaFF Date: Sun, 26 Mar 2023 02:13:46 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 134dc0e..f738a85 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ without affecting the original functionality of the program. Our Project instruments code cave by adding an additional Section to the PE file where the shellcode resides in. After patching the PEs EntryPoint the control flow gets redirected to the shellcode. +## Usage +```CaveCarver.exe path_to_exe path_to_shellcode```