Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong offset in IMAGE_DEBUG_DIRECTORY #30

Open
Geod24 opened this issue Apr 9, 2020 · 0 comments
Open

Wrong offset in IMAGE_DEBUG_DIRECTORY #30

Geod24 opened this issue Apr 9, 2020 · 0 comments

Comments

@Geod24
Copy link

Geod24 commented Apr 9, 2020

Transferred from: https://issues.dlang.org/show_bug.cgi?id=8263

User @MartinNowak reported (2012-06-18 22:43:44 CEST):

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.

User @rainers responded (2019-08-24 08:42:33 CEST):

still valid, but an optlink issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant