Class PEAnalyzer

All Implemented Interfaces:
FileFilter, Analyzer, FileTypeAnalyzer

@ThreadSafe public class PEAnalyzer extends AbstractFileTypeAnalyzer
Takes a dependency and analyze the PE header for meta data that can be used to identify the library.
Author:
Amodio Pesce
  • Field Details

    • DEPENDENCY_ECOSYSTEM

      public static final String DEPENDENCY_ECOSYSTEM
      A descriptor for the type of dependencies processed or added by this analyzer.
      See Also:
  • Constructor Details

    • PEAnalyzer

      public PEAnalyzer()
  • Method Details