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

Reopened Issue: [pykd-0.2.x] find symbol by name ("public" pdb) [11723]

$
0
0
```
>>> dbgCommand("x calc!CUIController::EditControlledSetText")
'00000000`ff406ce0 calc!CUIController::EditControlledSetText (<no parameter info>)\n'
```

```
>>> calc = module("calc")
>>> calc.offset("CUIController::EditControlledSetText")
Traceback (most recent call last):
File "<console>", line 1, in <module>
SymbolException: pyDia: CUIController::EditControlledSetText not found
```

```
>>> getOffset("calc!CUIController::EditControlledSetText")
Traceback (most recent call last):
File "<console>", line 1, in <module>
SymbolException: pyDia: CUIController::EditControlledSetText not found
```

### P.S.
```
>>> calc.findSymbol(0xff406ce0)
'CUIController::EditControlledSetText'
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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