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

increase pefile max_symbol_exports #17

Closed
jeremyd2019 opened this issue Mar 30, 2023 · 0 comments
Closed

increase pefile max_symbol_exports #17

jeremyd2019 opened this issue Mar 30, 2023 · 0 comments

Comments

@jeremyd2019
Copy link
Owner

The default is 0x2000, but this is exceeded by openblas at least (discovered in msys2/MINGW-packages#16467). This limit is accepted as a parameter to the PE constructor, so should probably be set to 0x10000 (since there's a 16-bit limit inherent to the PE format)

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