Projects

Sigminer

  • C icon
  • C++ icon
  • Bash icon

A lightweight set of C++ libraries for extracting function signatures and type metadata from ELF object files without source code. Given an object file and function name, Sigminer returns the function’s return type, parameter types, size, signedness, and related descriptors. Its purpose-built design includes a C ABI and extensible mappers for tools such as printf and bpftrace.

  • C
  • Cpp
  • LLVM
  • DWARF
  • Developer-Tooling
Sigminer in the SQLite Makefile

Optical Character Recognition (OCR) App

  • C++ icon

A simple, user-friendly OCR tool for Arabic PDFs and images. While other languages may work, the app is developed and tested primarily for Arabic text. New image-processing techniques and compatible OCR models will be added over time.

  • Cpp
  • Qt5
  • GUI
  • Low-Level
  • ML-Inference
  • OCR
Batch Selection in the UI

Hard Brake Detection Widget

  • Lua icon

An Assetto Corsa Custom Shaders Patch (CSP) app written in Lua that will display a prompt to the player if a hard brake is detected from telemetry that the game provides.

  • Lua
  • Simulator
  • Physics
  • Modding