From dea5828e08259dca011d616379c90dc03b4f4ebb Mon Sep 17 00:00:00 2001 From: wh0crypt Date: Fri, 26 Jun 2026 22:08:14 +0100 Subject: [PATCH] doc: add build instructions to readme --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b90606..a3fddc9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# wh0revshell +# wh0loader -Reverse Shell project to learn Malware Development and Obfuscation for Windows targets. \ No newline at end of file +Loader project to learn Malware Development and Obfuscation for Windows targets. + +## Build + +**Windows:** + +```powershell +cmake --preset windows +cmake --build --preset windows +``` + +**Linux:** + +```bash +cmake --preset linux +cmake --build --preset linux +```