mirror of
https://github.com/AbishekPonmudi/Dynloader
synced 2026-07-15 03:39:09 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user