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

Source code checked in, #90885

[0.3.x] added : targetSystem.processes() (return list of processes for the target system) [0.3.x] added : targetProcess.threads() (return list of threads for the target process) [0.3.x] added :...

View Article


Source code checked in, #90888

[0.3.x] changed : version up to 0.3.0.36

View Article


Released: PYKD 0.3.0.36 (Dec 16, 2015)

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.36 (Dec 16, 2015)

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

Created Issue: [0.3.x] Integer Overflow with typedVar [13802]

Works as expected:>>>_a = typedVar("UInt4B", 0xFFFFFFFF)>>>print _aUInt4B at 0xffffffff Value: ????Set maximum value of address:>>>_a = typedVar("UInt4B",...

View Article


Edited Issue: [0.3.x] Integer Overflow with typedVar [13802]

Works as expected:>>>_a = typedVar("UInt4B", 0xFFFFFFFF)>>>print _aUInt4B at 0xffffffff Value: ????Set maximum value of address:>>>_a = typedVar("UInt4B",...

View Article

Edited Issue: [0.3.x] Integer Overflow with typedVar [13802]

Works as expected:```>>>_a = typedVar("UInt4B", 0xFFFFFFFF)>>>print _aUInt4B at 0xffffffff Value: ????```Set maximum value of address:```>>>_a = typedVar("UInt4B",...

View Article

Source code checked in, #90891

[0.3.x] add: workitem 13802 test

View Article


Created Unassigned: [0.3.x] typeInfo.size() method integer overflow [13803]

Added test for reproducing:``` def testArrayOverflow(self): elementCount = 0xFFFFFFFFFFFFFFFF arrayType = pykd.baseTypes.UInt8B.arrayOf(elementCount) self.assertEqual(elementCount,...

View Article


Edited Issue: [0.3.x] typeInfo.size() method integer overflow [13803]

Added test for reproducing:``` def testArrayOverflow(self): elementCount = 0xFFFFFFFFFFFFFFFF arrayType = pykd.baseTypes.UInt8B.arrayOf(elementCount) self.assertEqual(elementCount,...

View Article

Commented Issue: [0.3.x] typeInfo.size() method integer overflow [13803]

Added test for reproducing:``` def testArrayOverflow(self): elementCount = 0xFFFFFFFFFFFFFFFF arrayType = pykd.baseTypes.UInt8B.arrayOf(elementCount) self.assertEqual(elementCount,...

View Article

Source code checked in, #90895

[0.3.x] added : targetThread.instructionOffset property (return an instruction pointer) [0.3.x] added : targetThread.frameOffset property (return a frame pointer) [0.3.x] added :...

View Article

Source code checked in, #90897

changed : version up to 0.3.0.37

View Article


Released: PYKD 0.3.0.37 (Dec 25, 2015)

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.37 (Dec 25, 2015)

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


Edited Issue: [0.3.x] typeInfo.size() method integer overflow [13803]

Added test for reproducing:``` def testArrayOverflow(self): elementCount = 0xFFFFFFFFFFFFFFFF arrayType = pykd.baseTypes.UInt8B.arrayOf(elementCount) self.assertEqual(elementCount,...

View Article

Created Issue: [0.3.x] WinDBG extension is not compatible with Python 2.7.11...

I've upgraded Python x64 from 2.7.10 to 2.7.11.Now, It is impossible to load pykd in the windbg. It leads to an immediately termination of the windbg without any message.

View Article


Edited Issue: [0.3.x] WinDBG extension is not compatible with Python 2.7.11...

I've upgraded Python x64 from 2.7.10 to 2.7.11.Now, It is impossible to load pykd in the windbg. It leads to an immediately termination of the windbg without any message.

View Article

Created Issue: [0.3.x] printing type of variadic function ( with ... ) raises...

a1 is a structure, one of its fields is a pointer to a variadic function ( with ... )```>>>print a1.deref()Traceback (most recent call last): File "<input>", line 1, in...

View Article

Edited Issue: [0.3.x] printing type of variadic function ( with ... ) raises...

a1 is a structure, one of its fields is a pointer to a variadic function ( with ... )```>>>print a1.deref()Traceback (most recent call last): File "<input>", line 1, in...

View Article
Browsing all 1625 articles
Browse latest View live


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