You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the pefile module has a concept of 'warnings', which are not fatal and are not output by default. it provides get_warnings and show_warnings methods on the PE class.
One such warning is "Export directory contains more than {} symbol entries. Assuming corrupt.", which is triggered on msys2/MINGW-packages#16467
The text was updated successfully, but these errors were encountered:
the pefile module has a concept of 'warnings', which are not fatal and are not output by default. it provides
get_warnings
andshow_warnings
methods on thePE
class.One such warning is "Export directory contains more than {} symbol entries. Assuming corrupt.", which is triggered on msys2/MINGW-packages#16467
The text was updated successfully, but these errors were encountered: