Class PEParser

java.lang.Object
org.owasp.dependencycheck.utils.PEParser

public class PEParser extends Object
This includes a copy of PE.read(IDataReader) and a couple of private methods with some added error handling to swallow EOFExceptions when reading certain sections of the file to be a bit more lenient on some "corrupt" (or not fully handled) dlls, per ...
See Also:
  • PEParser.parse(File)
  • PE.read(IDataReader)
  • Constructor Details

    • PEParser

      public PEParser()
  • Method Details