step through it in the debugger, or read the generated logs, or read the source code
On Wed, Feb 14, 2024 at 1:31 AM Vargas, Ing. Sanitaria via libredwg < [email protected]> wrote: > Hello, I am reading a header from dwg file format release 2004, the Open > Design Specification for .dwg files Version 5.4.1, page 26: The next 0x14 > bytes will be copied from the magic number sequence, starting at 0x100 – > 0x14. I have this buffer: address "0xEC" : > "f8466a0496730ed9162f6768d4f74a4ad0576876" If I split in 2 digits, almost > all of them is not in magic number sequence. > > Then 4.3 System section page: A System Section page starts with of the > following 0x14 bytes of header data. I suppose they are different address. > For this address 0x100 I have this buffer: > "5056070062526441eb526441cb5264416b526441" I understand they are different > addresses, but I don't understand where come 0x6C value from ?. > > In 0x100 the first 4 bytes should be: Section page map: 0x41630e3b or > Section map: 0x4163003b, my values are very different and they are from a > valid dwg file release 2004. > > I found in source code of libredwg but I couldn't find them these address. > > > Thanks for your help > > Sent from Yahoo Mail on Android > <https://mail.onelink.me/107872968?pid=nativeplacement&c=Global_Acquisition_YMktg_315_Internal_EmailSignature&af_sub1=Acquisition&af_sub2=Global_YMktg&af_sub3=&af_sub4=100000604&af_sub5=EmailSignature__Static_> > -- Reini Urban
