Reverse-engineering Codemasters' BIGF archive format in Ruby

Other: reverse engineering(davidslv.uk)view on HackerNews
reverse engineeringbinary formatrubyunpackstring methods

Author: davidslv

Date: 6/30/2026

Article Summary:
The article describes how to read a binary game format in Ruby, using the language's built-in string and unpack methods to navigate and decode the binary data.