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
In #281, a corruption check of PE files was added into fileinfo. What this check does is that it verifies whether the input PE file is loadable by the Windows loader, and presents this piece of information to the user:
In #281, a corruption check of PE files was added into
fileinfo
. What this check does is that it verifies whether the input PE file is loadable by the Windows loader, and presents this piece of information to the user:Would it be possible to add a similar check for ELF files?
The text was updated successfully, but these errors were encountered: