merces / libpe

The PE library used by @merces/pev
http://pev.sf.net
GNU Lesser General Public License v3.0
115 stars 40 forks source link

Ignore resource directory size #39

Closed GoGoOtaku closed 1 year ago

GoGoOtaku commented 1 year ago

This fixes https://github.com/merces/pev/issues/77

The windows loader does not seem to actually care about the declared size of resources. Is this good? No. But it is how windows works. The actual size in the header is redundant as the resources section needs to specify size by itself anyway.

merces commented 1 year ago

Thanks!