Taha Draidia
Taha's blog

Taha's blog

Follow
Follow
homebadgesnewsletter

Expanding Our WinDBG Arsenal - Handleex Extension

Jul 14, 20234 min read

This post has been ported from Darkwaves InfoSec blog. Introduction When it comes to dynamic analysis on Windows, WinDBG is our option of choice. The...

Expanding Our WinDBG Arsenal - Handleex Extension

Think Offensive - Leverage OSQuery for Discovery and Enumeration

Jun 29, 20236 min read

This post has been ported from Darkwaves InfoSec blog. TL;DR The purpose of this post is to explain how to leverage Osquery to perform enumeration...

Think Offensive - Leverage OSQuery for Discovery and Enumeration

Compiling CPython for Windows with Debugging Symbols

Jun 4, 20234 min read

This post has been ported from my old self-hosted blog. The original post was published on 21/11/2022. Consider this post as a personal note or a...

Compiling CPython for Windows with Debugging Symbols

Let's build a Python module in C

Jun 3, 20235 min read

This post has been ported from my old self-hosted blog. The original post was published on 04/10/2020. Background Python is one of the most used...

Let's build a Python module in C

A Brief Dive Into x86 Windows Structured Exception Handling Implementation

May 27, 202314 min read

This post has been ported from my old self-hosted blog. The original post was published on 22/12/2021. When it comes to handling exceptions in...

A Brief Dive Into x86 Windows Structured Exception Handling Implementation

Michał Bentkowski XSS Challenge

May 27, 20234 min read

This post has been ported from my old self-hosted blog. The original post was published on 05/05/2020. Back in April, Michał Bentkowski posted an XSS...

Michał Bentkowski XSS Challenge