From b39cd70a0db22e013b2a61f1776c7326f9da86a5 Mon Sep 17 00:00:00 2001 From: "(Havox)" <135835548+AbishekPonmudi@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:25:04 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88f259a..7ba3911 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ **Modular Windows loader using C++** -For **[usage](#usage)** and **[testing / demo](#demo)**. +For Workaround Check -> **[Building](#Building)**, **[usage](#usage)** and **[testing / demo](#demo)**. --- ## Overview -**Dynloader** is a research-oriented Windows loader for studying how payload is delivered, staged, and executed in both **local** and **remote** process contexts. The current version supports shellcode staging only — planned work is under **[Planned features](#planned-features)**. +**Dynloader** is a research-oriented Windows loader for studying how payload is delivered, staged, and executed in both **local** and **remote** process contexts, the currect verison support only shellcode staging, Planned more implementation -> check out **[Planned features](#Planned-features)**. It can: @@ -217,7 +217,7 @@ Writes `.enc` + `.key` next to the input for lab packaging. --- -## Planned features +## Planned-features - **Manual PE loader** — full PE / DLL support alongside shellcode (`.bin`) - **Manual DLL loader / remote DLL ingestion** — map and run DLLs in local or remote processes without relying only on raw shellcode blobs