This file is indexed.

/usr/lib/python2.7/dist-packages/pefile-2017.11.5.egg-info is in python-pefile 2017.11.5-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Metadata-Version: 1.1
Name: pefile
Version: 2017.11.5
Summary: Python PE parsing module
Home-page: https://github.com/erocarrera/pefile
Author: Ero Carrera
Author-email: ero.carrera@gmail.com
License: UNKNOWN
Download-URL: https://github.com/erocarrera/pefile/releases/download/v2017.11.5/pefile-2017.11.5.tar.gz
Description: pefile, Portable Executable reader module
        
        All the PE file basic structures are available with their default names as
        attributes of the instance returned.
        
        Processed elements such as the import table are made available with lowercase
        names, to differentiate them from the upper case basic structure names.
        
        pefile has been tested against many edge cases such as corrupted and malformed
        PEs as well as malware, which often attempts to abuse the format way beyond its
        standard use. To the best of my knowledge most of the abuse is handled
        gracefully.
        
        Copyright (c) 2005-2017 Ero Carrera <ero.carrera@gmail.com>
        
        All rights reserved.
Keywords: pe,exe,dll,pefile,pecoff
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules