• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/symsrc/
NameDateSize

..03-Jan-20144 KiB

COPYING-pefile03-Jan-20141.4 KiB

img_fingerprint.py03-Jan-2014804

pdb_fingerprint_from_img.py03-Jan-20142 KiB

pefile.py03-Jan-2014136.3 KiB

README.chromium03-Jan-2014405

source_index.py03-Jan-20148.5 KiB

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