Skip to content
View paulneja's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report paulneja

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




I like the parts of computing most people abstract away: memory maps, syscall boundaries, linker scripts, and what a binary actually does when you stop trusting it. Most of what I build starts as "wait, can that even work?" — and then it does.


Featured work

Linux 6.11 booting natively on Xtensa — no emulation layer. NOMMU, 16 MB flash / 8 MB PSRAM, working WiFi, and the chip's hardware RSA accelerator wired into the Linux Crypto API. Ships as a single flashable image.

C Linux Kernel Xtensa NOMMU

Bare-metal sandbox in pure Bash. Namespaces, cgroups v2 and Xephyr composed into a container-less jail for detonating and observing untrusted ELF binaries. No runtime, no daemon, no dependencies.

Bash namespaces cgroups v2 seccomp

Modular diagnostics and audit tooling for defensive review of Windows environments — host telemetry, configuration drift, artifact collection.

Blue Team Windows Forensics

More

Firmware experiments, kernel patches and half-finished ideas that occasionally turn into the projects on the left.


Stack

Systems & embedded

Application & web

Infra & data

Analysis & hardening


Activity



Pinned Loading

  1. Linux-on-esp32-S3 Linux-on-esp32-S3 Public

    Real Linux 6.11 running natively on the ESP32-S3's Xtensa cores (not emulated), with working WiFi and the chip's hardware RSA accelerator exposed to the Linux Crypto API. One flashable image; 16MB …

    C 51 2

  2. Syscage Syscage Public

    A lightweight, pure-bash bare-metal sandbox for safe execution and behavioral analysis of untrusted Linux binaries using namespaces, Cgroups v2, and Xephyr

    Shell 1