Activity for tds2dbg

  • Alex Alex posted a comment on discussion Open Discussion

    tds2pdb has a wrong segMap structure definition: struct CVssSegMapSegDesc { ... WORD offset; /* Offset of logical segment within physical segment. !! Always 0. / !! WORD cbSeg; ///< Size of segment. These fields are defined as unsigned long (4 bytes) in Microsofts headers: typedef struct OMFSegMapDesc .... unsigned long offset; unsigned long cbSeg; } OMFSegMapDesc; Another error is probably the result that the uploaded tds2pdb.exe was compiled with 2-byte structure field alignment, that leads to...

  • bbar bbar imported Wiki

1
MongoDB Logo MongoDB