Yes, I found the parser in Rust, and from what I found on the way back machine (the blog post doesn’t exist anymore) the Rust version i came across is designed for i25 forward, whereas the red to max version works for pre i25 data only. Something changed in i25 that required an update to the parser.
unfortunately, when I try to run the parser, one of the .bin files throws an error about the data chunk size not matching what is expected.
i have never worked in Rust and the only programming I’ve done in the past 20 years has been in SQL and VBA, neither of which involved the kind of pointer searching or hex code parsing that this requires. Maybe 20 years ago I could have worked my way through it when Java and C++ were still fresh in my mind, but not today.