Add-Type

Introduction

Quick post discussing the operational security considerations of the PowerShell Add-Type utility.
MSDN: “If you specify source code, Add-Type compiles the specified source code and generates an in-memory assembly that contains the new .NET Core types.”
Lets explore that!

Fluff x64

Introduction

Fluff is the 5th challenge in the ROP Emporium series.
This is the approach taken to solve the 64 bit challenge step by step.
If you would like extra information on Return Oriented Programming (ROP) visit the ROP Emporium Guide.

Fluff x86

Introduction

Fluff is the 5th challenge in the ROP Emporium series.
This is the approach taken to solve the 32 bit challenge step by step.
If you would like extra information on Return Oriented Programming (ROP) visit the ROP Emporium Guide.