RE
Reading a Binary Game Format in Ruby
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
0 karma0 postsjoined 2 months ago
🌐 davidslv.ukSource
Ruby is the last language most people would reach for to take a binary game archive apart. It turned out to be one of the best — File.binread, String#unpack, and a dependency-free reader for Codemasters’ BIGF format, built AI-assisted the whole way.
2 months ago