mirror of
https://github.com/AbishekPonmudi/Dynloader
synced 2026-07-15 03:39:09 +00:00
Initial version Dynldr modules - V1.0.1
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
**Modular Windows loader using C++**
|
||||
|
||||
For Workaround Check -> **[Building](#Building)**, **[usage](#usage)** and **[testing / demo](#demo)**.
|
||||
For **[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 currect verison support only shellcode staging, Planned more implementation -> check out **[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 current version supports shellcode staging only — planned work is under **[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
|
||||
|
||||
Reference in New Issue
Block a user