Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
COPYING-pefile | D | 03-May-2024 | 1.4 KiB | 28 | 20 | |
README.chromium | D | 03-May-2024 | 405 | 15 | 11 | |
img_fingerprint.py | D | 03-May-2024 | 804 | 35 | 20 | |
pdb_fingerprint_from_img.py | D | 03-May-2024 | 2 KiB | 65 | 42 | |
pefile.py | D | 03-May-2024 | 136.3 KiB | 3,730 | 2,498 | |
source_index.py | D | 03-May-2024 | 8.5 KiB | 227 | 161 |
README.chromium
1These files are related to the symbol and source server. 2 3This requires some Microsoft utilities. From a 32-bit WinDbg installation with 4source server support, copy the following files to this directory: 5 dbghelp.dll 6 pdbstr.exe 7 srctool.exe 8 9The follow files were copied from the BSD licensed pefile-1.2.9.1: 10 COPYING-pefile 11 pefile.py 12 13pefile is available from: 14 http://code.google.com/p/pefile/ 15