Update README.md

This commit is contained in:
(Havox)
2026-07-10 11:25:04 -07:00
committed by GitHub
parent 057c5cdc5b
commit b39cd70a0d
+3 -3
View File
@@ -2,13 +2,13 @@
**Modular Windows loader using C++** **Modular Windows loader using C++**
For **[usage](#usage)** and **[testing / demo](#demo)**. For Workaround Check -> **[Building](#Building)**, **[usage](#usage)** and **[testing / demo](#demo)**.
--- ---
## Overview ## 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: 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 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 - **Manual DLL loader / remote DLL ingestion** — map and run DLLs in local or remote processes without relying only on raw shellcode blobs