Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Edited Issue: [0.3.x] ln/findSymbol(...) mismatch [13501]

$
0
0
```
0:032> ln 717297dc
(00000000`717297dc) msvcr90!_crtLCMapStringW | (00000000`71729d64) msvcr90!_crtCompareStringA
Exact matches:
msvcr90!_crtLCMapStringW (<no parameter info>)
```
```
0:032> !py
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> findSymbol(0x717297dc)
u'msvcr90!__crtLCMapStringW'
>>> print version
0.3.0.20 <DBG>
```

```
0:032> lm vm msvcr90
start end module name
00000000`716d0000 00000000`71773000 msvcr90 (deferred)
Image path: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll
Image name: msvcr90.dll
Timestamp: Tue Apr 19 04:27:03 2011 (4DACE4E7)
CheckSum: 000A99A2
ImageSize: 000A3000
File version: 9.0.30729.6161
Product version: 9.0.30729.6161
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 2.0 Dll
File date: 00000000.00000000
Translations: 0409.04b0
CompanyName: Microsoft Corporation
ProductName: Microsoft® Visual Studio® 2008
InternalName: MSVCR90.DLL
OriginalFilename: MSVCR90.DLL
ProductVersion: 9.00.30729.6161
FileVersion: 9.00.30729.6161
FileDescription: Microsoft® C Runtime Library
LegalCopyright: © Microsoft Corporation. All rights reserved.
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>