Class PEParser
java.lang.Object
org.owasp.dependencycheck.utils.PEParser
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PEParser
public PEParser()
-
-
Method Details
-
parse
- Throws:
IOException
-