Skip to content

News

Updates from my projects and more.


February 2026

ITW Wavelet Decoder Progress

February 20, 2026

Significant progress in reverse engineering ITW V1 format (BMW TIS):

  • Discovered value encoding format (sign bit + unary magnitude)
  • Working sparse position decoder (RLE pairs)
  • CDF 5/3 inverse wavelet transform

Details: tisx repo


EdiabasX VM Analysis

February 18, 2026

Completed analysis of ~73% opcode handlers in ebas32.dll:

  • 134 of ~184 handlers identified
  • Complete documentation for categories: Control Flow, Stack, Arithmetic
  • IFH layer (communication) in progress

inpax TUI & INI Parser

February 21, 2026

New features in inpax:

  • TUI system — Split into provider (state) and renderer (ink)
  • INI parser — For INPA configuration files (INPA.INI, E46.ENG)
  • CLI run command — With TUI and headless modes

January 2026

Książkomol Work/Edition Refactoring

January 15, 2026

Completed phases 1-3 of Work/Edition refactoring:

  • New database schema
  • API for Work search
  • Ready for UI phase

wdsx Project Started

January 10, 2026

Started research on BMW SP-Daten format:

  • FA/VO parser working
  • NCD file structure analysis
  • Programming sequence extraction

npvm Initial Release

January 5, 2026

First release of npvm - Node Package Version Manager:

  • Automatic versioning from conventional commits
  • Workspace-aware dependency updates
  • Dry-run mode for safe previews