Fix peres file version output#228
Conversation
|
Thank you for the fix |
|
Would it make sense to use |
|
Yes and no. On one hand it would be better since we could more easily check for values like the L"VS_VERSION_INFO" string and if it even has a value. On the other hand the issue would still persist. In general I think it would still be a better way of doing it but I also think that some parts of this should be moved to libpe. Let me write up a patch so I don't have to give the contributor additional homework. |
|
Oh, wait, right. The size of wchar_t is not defined by the standard. If it's 4, then 16*4 is already 64, and Padding1 would be required to have length 20 so that Value's offset will be 32-byte aligned at 96. |
No description provided.