Skip to content

Just poc for Alternate Data Stream shellcode loader

Notifications You must be signed in to change notification settings

h4mr3r/ADSLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADS simple loader

PoC project for loading shellcode into the memory using Alternate Data streams

ADSadder

Program adds the alternate data stream to the selected file

Usage:
ADSadder.exe <sourceFile> <targetFile> <streamName>

streamer

Program executes the alternate data stream added by the ADSadder. It does not use default :$DATA but the next one.

How ADS works?

It attaches additional data to a file or folder without altering the main content of that file/folder.

Demo:

ADS_demo.mp4