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.
ModuleDefinition.ReadModule can throw many (possibly) unexpected exceptions when reading modules from the attached archive. These are:
ArgumentNullOrEmptyException
ArgumentOutOfRangeException
AssemblyResolutionException
IndexOutOfRangeException
NullReferenceException
OverflowException
ModuleDefinition.ReadModule usually throws BadImageFormatException, NotImplementedException, and NotSupportedException when attempting to read malformed modules, so I'm not really sure which exceptions are really expected. You can run the following code to reproduce this (the path variable should contain the path to one of the extracted files):
ModuleDefinition.ReadModule can throw many (possibly) unexpected exceptions when reading modules from the attached archive. These are:
ModuleDefinition.ReadModule usually throws BadImageFormatException, NotImplementedException, and NotSupportedException when attempting to read malformed modules, so I'm not really sure which exceptions are really expected. You can run the following code to reproduce this (the path variable should contain the path to one of the extracted files):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: