[Archive] Parsing DBC files?
[Archive] Parsing DBC files?
Archived author: wungasaurus • Posted: 2019-07-04T00:13:17+00:00
Original source
Regardless of the size - which is given in the header! - you can do such a button. Just move all stringblock bytes a bit to the back?
Pre db2, these files are utterly simple. It is just three blocks of fixed, header given, header given size, and the most complex part is that records can point into the string block. It is just completely dumb arrays.
Quote: On 7/4/2019 at 1:13 AM, wungasaurus said:Still working on this, in-between the other stuff I'm doing and researching.
Regardless of the size - which is given in the header! - you can do such a button. Just move all stringblock bytes a bit to the back?
Pre db2, these files are utterly simple. It is just three blocks of fixed, header given, header given size, and the most complex part is that records can point into the string block. It is just completely dumb arrays.
Archived author: FiftyTifty • Posted: 2019-07-06T01:31:19+00:00
Original source
Quote: On 7/4/2019 at 1:13 AM, wungasaurus said:Still working on this, in-between the other stuff I'm doing and researching.
Regardless of the size - which is given in the header! - you can do such a button. Just move all stringblock bytes a bit to the back?
Pre db2, these files are utterly simple. It is just three blocks of fixed, header given, header given size, and the most complex part is that records can point into the string block. It is just completely dumb arrays.