Home

Awesome

SharpASM

LOGO

SharpASM is a C# project that aims to automate ASM (i.e. shellcode) execution in .NET programs by exploiting code caves in RWX sections allocated by the CLR.

Read the blog post for the technical details: https://secforce.com/blog/sharpasm-sharpwhispers

Requirements

Usage

Example

A complete example to retrieve the PEB using assembly can be found here.