Quantcast
Channel: Python extension for WinDbg
Browsing all 1625 articles
Browse latest View live
↧

Edited Issue: [0.3.x] print does not output value of the bit fileds [13857]

```print event.lowContextEvent.Headerstruct/class: _DISPATCHER_HEADER at 0xffffcf80c87e2f30+0000 Type : UInt1B 0x0 (0)+0001 TimerControlFlags : UInt1B 0x0 (0)+0001 Absolute : UInt1B:1 <-- should be...

View Article


Created Feature: [0.3.x] robust method for check is type equal [13858]

I need a method to check if variable has specified type:```if var.type() == typeInfo("MyType") print "OK"```or:```if var.type().isSame( typeInfo("MyType") ): print "OK"```

View Article


Commented Feature: [0.3.x] Undecorate export C++ symbols [13855]

WinDbg:```0: kd> k*** Stack trace for last set context - .thread/.cxr resets it# ChildEBP RetAddr 00 909dfa5c 81ca1b52 nt!KiSwapContext+0x1901 909dfab8 81ca15f1 nt!KiSwapThread+0x17202 909dfaec...

View Article

Edited Feature: [0.3.x] Undecorate export C++ symbols [13855]

WinDbg:```0: kd> k*** Stack trace for last set context - .thread/.cxr resets it# ChildEBP RetAddr 00 909dfa5c 81ca1b52 nt!KiSwapContext+0x1901 909dfab8 81ca15f1 nt!KiSwapThread+0x17202 909dfaec...

View Article

Created Issue: [0.3.x] typedVar.getAddress returns non properly extended...

Test:``` def testGetAddress(self): tv = target.module.typedVar( "structTest", 0x80000000 ) self.assertEqual( 0xFFFFFFFF80000000, tv.getAddress() ) self.assertEqual( 0xFFFFFFFF80000000, tv )```Test is...

View Article


Edited Issue: [0.3.x] typedVar.getAddress returns non properly extended...

Test:``` def testGetAddress(self): tv = target.module.typedVar( "structTest", 0x80000000 ) self.assertEqual( 0xFFFFFFFF80000000, tv.getAddress() ) self.assertEqual( 0xFFFFFFFF80000000, tv )```Test is...

View Article

Source code checked in, #90942

[0.3.x] added : test for issue #13860

View Article

Source code checked in, #90943

[0.3.x] fixed : issue #13860 ( ypedVar.getAddress returns non properly extended address )

View Article


Commented Issue: [0.3.x] typedVar.getAddress returns non properly extended...

Test:``` def testGetAddress(self): tv = target.module.typedVar( "structTest", 0x80000000 ) self.assertEqual( 0xFFFFFFFF80000000, tv.getAddress() ) self.assertEqual( 0xFFFFFFFF80000000, tv )```Test is...

View Article


Edited Issue: [0.3.x] typedVar.getAddress returns non properly extended...

Test:``` def testGetAddress(self): tv = target.module.typedVar( "structTest", 0x80000000 ) self.assertEqual( 0xFFFFFFFF80000000, tv.getAddress() ) self.assertEqual( 0xFFFFFFFF80000000, tv )```Test is...

View Article

Commented Issue: [0.3.x] print does not output value of the bit fileds [13857]

```print event.lowContextEvent.Headerstruct/class: _DISPATCHER_HEADER at 0xffffcf80c87e2f30+0000 Type : UInt1B 0x0 (0)+0001 TimerControlFlags : UInt1B 0x0 (0)+0001 Absolute : UInt1B:1 <-- should be...

View Article

Edited Issue: [0.3.x] print does not output value of the bit fileds [13857]

```print event.lowContextEvent.Headerstruct/class: _DISPATCHER_HEADER at 0xffffcf80c87e2f30+0000 Type : UInt1B 0x0 (0)+0001 TimerControlFlags : UInt1B 0x0 (0)+0001 Absolute : UInt1B:1 <-- should be...

View Article

Source code checked in, #90955

WOW64 stack fix

View Article


Released: PYKD 0.2.0.29 (Mar 03, 2014)

regression fixed :issue #12793 ( regression bug: print x,y inserts line feeds )fixed :issue #12776 ( typeInfo raises exception for templates with pointers )

View Article

Updated Release: PYKD 0.2.0.29 (Mar 03, 2014)

regression fixed :issue #12793 ( regression bug: print x,y inserts line feeds )fixed :issue #12776 ( typeInfo raises exception for templates with pointers )

View Article


Released: PYKD 0.3.0.38 (Mar 09, 2016)

Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need: 1. download pykd bootstapper 2. choose version ( x64 or x86 ) and...

View Article

Created Release: PYKD 0.3.0.38 (Mar 09, 2016)

Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need:1. download pykd bootstapper2. choose version ( x64 or x86 ) and...

View Article


Source code checked in, #90957

[0.3.x] added : experimental python 3.5 support

View Article

Source code checked in, #90958

[0.3.x] fixed : build for python3.5

View Article

Source code checked in, #90959

[0.3.x] fixed : linker error

View Article
Browsing all 1625 articles
Browse latest View live


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