Skip to content
View sonx4444's full-sized avatar
😑
...
😑
...

Highlights

  • Pro

Block or report sonx4444

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sonx4444/README.md

sonx

Reverse engineering · Windows internals · Exploitation
Building low-level security tooling and learning pwn in public.

Blog


I write tools that take Windows and PE internals apart and put them back together — kernel callbacks, hooks, PE rewriting, system instrumentation. Most of it starts as "how does this actually work?" and ends as something runnable.

🛠️ Projects

Project What it is Stack
aegis Windows kernel-mode EDR built from scratch — driver registers OS callbacks and streams events to a user-mode agent C / WDK
apiscope API monitoring and interception framework that maps an import-free DLL, installs trampolines across multiple target DLLs, and streams structured events through shared memory C++
peforge C++17 library for parsing and modifying PE files — bounded views, separate read/mutate APIs, code-cave discovery C++
exe2dll Converts Windows PE executables into DLLs by patching headers and injecting an export directory into code caves C++
goosquery SQL-powered OS instrumentation for Windows, inspired by osquery Go
CTFs rev / pwn / malware writeups, plus challenges I've authored for local events Python / asm

🧭 Currently

  • Building aegis into a real kernel EDR, one telemetry source at a time — and writing it up on the blog.
  • Grinding pwn (heap, ROP, kernel) and posting writeups as I go.

🔧 Working with

C C++ Assembly Go Rust Python Windows


ᓚᘏᗢ

Pinned Loading

  1. aegis aegis Public

    A Windows kernel-mode EDR built from scratch

    C

  2. apiscope apiscope Public

    An API hooking framework for intercepting and monitoring Windows applications

    C++ 16 3

  3. peforge peforge Public

    A library for parsing and modifying PE files

    C++ 2

  4. exe2dll exe2dll Public

    A utility for converting Windows PE executables into dynamic-link libraries

    C++ 2

  5. goosquery goosquery Public

    SQL-powered operating system instrumentation, monitoring, and analytics framework for Windows, inspired by osquery. Built in Go.

    Go

  6. CTFs CTFs Public

    CTF writeups and challenges

    Python