# Projects — Harshit Katheria

> 4 things I've built and shipped publicly. Full-stack web apps, AI tooling, and C/C++ systems work. Source: [https://harshitkatheria.com](https://harshitkatheria.com/projects).

## double-fault-demo

**Role:** Solo project
**Year:** 2026
**Tags:** c, linux, obfuscation, anti-reverse-engineering, security, android

A signal handler that re-faults on entry, so the kernel's crash reporter tears itself apart before it can write a usable tombstone or logcat line. A reverser chasing the top frame looks in the wrong place.

[Source](https://github.com/UxHarshit/double-fault-demo) · [Writeup](https://harshitkatheria.com/blog/the-crash-with-no-trace)

<a id="double-fault-demo"></a>

## SepsisNet XAI

**Role:** Solo project
**Year:** 2026
**Tags:** python, pytorch, machine-learning, healthcare, explainable-ai
**Featured on homepage.**

An explainable-AI pipeline for early sepsis detection from ICU time-series data. Combines a deep model with attention-based explanations so clinicians can see why the model flagged a patient.

[Source](https://github.com/UxHarshit/SepsisNet_XAI_Full_Project)

<a id="sepsisnet-xai"></a>

## ObfusGuard

**Role:** Solo project
**Year:** 2025
**Tags:** c++, obfuscation, anti-reverse-engineering, security, header-only
**Featured on homepage.**

A single-header C++ library that makes compiled binaries harder to reverse engineer — control-flow manipulation, function wrapping, anti-static-analysis tricks. MIT licensed, drop-in include.

[Source](https://github.com/UxHarshit/ObfusGuard)

<a id="obfusguard"></a>

## Pinterest Video Downloader

**Role:** Solo project
**Year:** 2023
**Tags:** python, scraper, cli, pinterest-api
**Featured on homepage.**

A Python CLI that pulls videos out of Pinterest without the official API. Handles the auth dance, rate limits, and the constant format-churn that breaks most Pinterest scrapers every few months.

[Source](https://github.com/UxHarshit/PinterestVideoDownloader)

<a id="pinterest-video-downloader"></a>
