A collection of stuff I work on.
relm : Type-1 Linux kernel hypervisor with modular VMX, SVM, ARM EL2 and RISC-V support.
mlib : Linear Algebra library implementing optimized AVX2, ARM Neon and RISC-V RVV microkernels for SIMD acceleration.
xtor : x86-64 to RISC-V RV64 dynamic binary translator and optimizer.
rvx: Experimental RISC-V LLVM compiler backend.
vdrive : Linux drivers for VirtIO 1.2 devices.
pe-Emu : Persistent memory emulation linux driver
mmapdr : Mapping device memory into process's virtual address space.
binspect : A Linux modular toolkit for binary analysis and inspection. Supports ELF, PE, COFF, and Mach-O formats.
netHex : A lightweight Linux real-time packet sniffer for capturing, filtering, and analyzing network traffic with minimal overhead.
demoFS : An in-memory Linux filesystem, integrated with the VFS layer, featuring efficient, concurrency-safe, and thread-safe operations.
usbdr : None vendor-specific Linux USB driver.
netdr : None vendor-specific Linux network driver.
scx_lsch : Linux kernel scheduler using BPF