While tracking down an issue with dbghelp.dll I found that the AddressOfRawData offset in the IMAGE_DEBUG_DIRECTORY header is 4 bytes to small.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680307(v=vs.85).aspx
Either we need to add 4 to AddressOfRawData or we need to shift the CodeView information and reduce PointerToRawData accordingly.
Comment #1 by r.sagitario — 2019-08-24T06:42:33Z
still valid, but an optlink issue
Comment #2 by pro.mathias.lang — 2020-04-09T08:38:24Z