Screenshots
Example Usage
/DreamWalkers
├── bin/                   # Output folder for compiled binaries and shellcode
├── common/                # Shared code or headers
├── compile.bat            # Windows batch script to compile components
├── dotnetLoader/          # C++ CLR host loader for .NET payloads
├── exe2h/                 # Tool for extracting TEXT section of binaries
├── finalShellcode.bin     # Final compiled shellcode output
├── GenerateShellcode.py   # Python script to generate shellcode and input structure
├── memoryModule/          # Modified, position-independent MemoryModule loader
├── shellcodeTester/       # Shellcode testing utilities 
├── testDll/               # Sample DLL payloads for testing loader
├── testExe/               # Sample EXE payloads for testing loader