Uddhav P. Gautam

Systems Security Researcher and Platform Engineer

PhD candidate in Computer Engineering at Virginia Tech and founder of RGR Innovate LLC. This site highlights research, publications, software projects, and technical writing.

I work on Linux kernel instrumentation, eBPF observability, and Android and IoT security. Advised by Haining Wang and Randy Marchany, with 15+ years of mobile and platform engineering experience.

Portrait of Uddhav P. Gautam
15+ Years in engineering
26 Technical articles
6 Awards
4 Publications and milestones
1

Computer Security

System and platform security work across Android, Linux, IoT, and defensive instrumentation.

2

eBPF and Linux Kernel

Kernel tracing, observability, benchmarking, and overhead-aware instrumentation using eBPF.

3

Embedded and IoT Security

Systems work: measurement and engineering.

4

Bluetooth Low Energy Security

Systems work: measurement and engineering.

5

System Performance

Performance analysis, bottleneck discovery, and runtime tuning guided by measurement.

6

Network Security

Security analysis for networking paths, protocols, and connected devices.

Projects

Active work

ZeroDown

A zero-downtime IoT policy enforcement framework for MCU-class devices with OTA policy updates, runtime toggling, and embedded uBPF execution.

Active

BlueSentry

An application-layer BLE security framework combining FSM enforcement and runtime eBPF policies for embedded-device threat detection.

Active

eBPF tracing overhead analysis

Kernel observability work on reducing tracing overhead and improving measurement quality under real workloads.

Published and ongoing

Kernel protobuf firewall prototypes

Application-layer firewall and protobuf parsing work in the Linux kernel using custom kfunc support and TC-based enforcement.

Prototype

Research-to-product engineering

RGR Innovate LLC: software built around research ideas, with focus on reliability, usability, and security.

Applied systems

Updates

Recent

10 February, 2026
Submitted manuscript: ZeroDown, a zero-downtime IoT policy enforcement framework for MCU-class devices
18 October, 2025
Manuscript update: BlueSentry, a runtime eBPF policy framework for BLE security on embedded devices

Writing

Technical articles

All articles

September 05, 2025

Software Design & Quality

Software Design and Quality Software Design and Quality Assignments Software Quality Attributes Robert Glass does not include all of the quality attributes that are in...

Read article

February 09, 2025

List All Tracepoints of Your System

List all tracepoints of your system From inside qemu, start a python based webserver, go to qemu, make qemu-run root@q:/linux-dev-env# python3 -m http.server 52223 --d...

Read article