Skip to content
View realcathode's full-sized avatar
:octocat:
:octocat:

Block or report realcathode

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
realcathode/README.md

whoami

Hi, I'm a Computer Science student focused on Offensive Security, OSINT, and Digital Forensics.

I am actively developing skills in adversary simulation, vulnerability research, and threat analysis. My approach is driven by a hands on mindset.

Technical Writing & Research

I like to document the things I learn and CTF writeups on my personal blog. Here are some articles you might find interesting:

Projects

Infrastructure & Privacy

Connect

Pinned Loading

  1. elf-loader elf-loader Public

    A 64-bit ELF loader in C to avoid use of execve. Supports loading and executing statically linked non-PIE and PIE binaries on Linux.

    C 20 2

  2. r16r r16r Public

    r16r is an early stage Linux endpoint detection framework built around eBPF kernel observability. The long term goal of the project is to develop a lightweight and efficient ransomware detection an…

    Go 3

  3. shadow-pam shadow-pam Public

    Proof of Concept demonstrating Linux authentication bypass via PAM conversation hooking.

    C 2

  4. ftrace-hooking ftrace-hooking Public

    A minimal, documented reference implementation of modern Linux kernel function hooking using Ftrace and Kprobes.

    C