Skip to content
View igoforth's full-sized avatar

Sponsoring

@colocohen

Block or report igoforth

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

Ian Goforth

Security researcher building ML-driven tools for vulnerability research and reverse engineering.

Previously at Battelle doing RF/EW vulnerability research and 5G security. OSCP certified.

Recent work

  • aletheia - AI decompiler targeting MLIR. Lifts binary to structured control flow IR, deterministic passes lower to C. Blog post.
  • excido - Fuzzing harness generator that resolves C/C++ type dependencies across translation units via Clang AST. Blog post.
  • bistatic-doppler-localization - Target localization from multi-transmitter bistatic Doppler shifts using neural networks with a custom multi-term loss for sparse position targets. Blog post.
  • broll-search - B-roll footage search using scene detection, visual embeddings, and natural language captioning. Blog post.
  • faire-auth - Auth library rebuilt on Hono with typed middleware, route hooks, and DTO transforms. Runs on Node, Bun, Deno, Cloudflare Workers, and edge runtimes. Blog post.

Links

ian.goforth.systems · Resume · LinkedIn

Pinned Loading

  1. aletheia aletheia Public

    AI decompiler targeting MLIR

    Shell

  2. excido excido Public

    Fuzzing harness generator for C/C++ libraries. Resolves type dependencies across translation units via Clang AST and emits self-contained AFL++ harness files.

    Python 2

  3. bistatic-doppler-localization bistatic-doppler-localization Public

    Target localization from bistatic Doppler shift measurements using neural networks

    Python

  4. faire-auth faire-auth Public

    The most comprehensive authentication library for TypeScript. Built on Hono.

    TypeScript