Can someone explain hex offsets to me?

前端 未结 6 1640
刺人心
刺人心 2020-12-16 10:40

I downloaded Hex Workshop, and I was told to read a .dbc file.

It should contain 28,315 if you read offset 0x04 and 0x05

I am

6条回答
  •  执笔经年
    2020-12-16 11:47

    Look at bytes 4 and five they should have the values 0x6E 0x9B (or 0x9B 0x6E) depending on your endianess.

提交回复
热议问题