Live data from Hacker News

Parsing an Undocumented File Format

blog.vivekpanyam.com

61–65 of 65 posts

Re: Parsing an Undocumented File Format

#63
post #56

Earlier quoted context omitted.

oh god, that sounds like a painful thing to try to do. there's an Access redistributable at https://www.microsoft.com/en-us/download/details.aspx?id=549... i've never attempted JS interop, so i don't know how much it sucks, but it definitely seems doable. it'll likely be an adventure on it's own, but it's gotta be 1000x less fuckery than trying to reverse the binary format of Access the saner option would probably ju…

Yes, it is extremely painful. Thanks for the link, that may come in useful. But in general, the reason that I didn't use the Access redistributable is because I am building a Low Code system that I want to be able to import the Access database files that can work on Linux, Windows, or Mac.

GPL2 https://github.com/mdbtools/mdbtools

Re: Parsing an Undocumented File Format

#64
The best binary parser I had was in the Practical Common Lisp book in the MP3 chapter. I was able to use it to reverse engineer several custom formats used to stitch files including FoxPro db format I had no idea existed.

Re: Parsing an Undocumented File Format

#65
post #56

Earlier quoted context omitted.

Yes, it is extremely painful. Thanks for the link, that may come in useful. But in general, the reason that I didn't use the Access redistributable is because I am building a Low Code system that I want to be able to import the Access database files that can work on Linux, Windows, or Mac.

GPL2 https://github.com/mdbtools/mdbtools

I remember taking a look at mdbtools and not using it... can't remember why now, but I'll take another look. Thanks!
Post reply on HN