Currently, I am trying to read a binary file using JavaScript. It appears that this file may have been written in C#, which handles strings differently from how it's done in the source mentioned at
https://learn.microsoft.com/en-us/dotnet/api/system.io.binaryreader.readstring?view=net-7.0
I'm struggling to find a library that supports reading C# style strings or 7bitEncodedInt data. Any recommendations for code snippets or packages that could help with this?