Recent posts

Patch Diffing with Ghidra

6 minute read

Introduction This blog post is intended for folks who are interested in reverse engineering security patches, but don’t have access to expensive tools such a...

Hooking CreateProcessWithLogonW with Frida

2 minute read

Introduction Following b33f most recent Patreon session titled RDP hooking from POC to PWN where he talks about API hooking in general and then discuss in de...

Offensive Security - AWE/OSEE Review

5 minute read

Introduction This writeup is aimed at folks who are contemplating preparing to take on the AWE course offered by OffSec at Black Hat but are not quite sure w...

AES Shellcode Crypter linux 86_64

2 minute read

Introduction The Advanced Encryption Standard (AES) is a symmetric block cipher encryption algorithm that uses the same key (also known as secret-key) for en...

Polymorphic Shellcode - Linux x86_64

3 minute read

Introduction In general polymorphism mean the ability to appear in many forms, it’s also referred to as a feature of object-oriented programing in computer s...