Closed Unassigned: [1.0.1.14] Cannot load pykd.dll [13901]
I am using Windbg 6.12.0002.633 on Windows 7. I downloaded pykd 1.0.1.14 which was released on April 28, 2016. I copied the dll to the correct winext path. When I try to load this dll by doing `.load...
View ArticleClosed Unassigned: Kernel Hardware Breakpoint Single Step [13895]
I've been trying to use pykd to add hardware breakpoints on heap allocation functions in kernel mode. I'm experiencing a problem where after a few executions the kernel halts with a "Single step...
View ArticleSource code checked in, #91010
[0.3.x] added : targetSystem.getProcessBySystemId method ( return process by PID ) [0.3.x] added : targetProcess.getThreadBySystemId method ( return thread by tid )
View ArticleCreated Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>
View ArticleEdited Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>
View ArticleCommented Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleCommented Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleCreated Unassigned: dbgCommand fails on python 3.5 remote connection [13946]
Environment:OS: Windows 7 x64Interpreter: 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)]pykd: 0.3.1.4WinDBG: 10.0.10586.567 X86 and X64I tried using pykd...
View ArticleCommented Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleCommented Unassigned: [0.3.x] dbgCommand fails on python 3.5 remote...
Environment:OS: Windows 7 x64Interpreter: 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)]pykd: 0.3.1.4WinDBG: 10.0.10586.567 X86 and X64I tried using pykd...
View ArticleEdited Unassigned: [0.3.x] dbgCommand fails on python 3.5 remote connection...
Environment:OS: Windows 7 x64Interpreter: 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)]pykd: 0.3.1.4WinDBG: 10.0.10586.567 X86 and X64I tried using pykd...
View ArticleCommented Unassigned: [0.3.x] dbgCommand fails on python 3.5 remote...
Environment:OS: Windows 7 x64Interpreter: 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)]pykd: 0.3.1.4WinDBG: 10.0.10586.567 X86 and X64I tried using pykd...
View ArticleCommented Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleCommented Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleSource code checked in, #91016
[0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory) kdlib commit (functions + tests)
View ArticleEdited Feature: [0.3.x] feature-request: write memory [13945]
Wanted memory writing functions (similar to loadXxx/ptrXxx functions)Proposal for names: loadBytes <-> storeBytes<...>ptrByte <-> writeByte<...>Comments: ** Comment from web...
View ArticleCreated Issue: [0.3.x] DbgException: AMD64 context: unsupported register...
Code:```>>> for frame in getStack():... print( frame.getLocals() )... [][]Traceback (most recent call last): File "<console>", line 2, in <module>DbgException: AMD64 context:...
View ArticleEdited Issue: [0.3.x] DbgException: AMD64 context: unsupported register index...
Code:```>>> for frame in getStack():... print( frame.getLocals() )... [][]Traceback (most recent call last): File "<console>", line 2, in <module>DbgException: AMD64 context:...
View ArticleEdited Issue: [0.3.x] DbgException: AMD64 context: unsupported register index...
Code:```>>> for frame in getStack():... print( frame.getLocals() )... [][]Traceback (most recent call last): File "<console>", line 2, in <module>DbgException: AMD64 context:...
View ArticleCreated Issue: [0.3.x] IndexError: Index out of range (stackFrame.getParams)...
Environment:```0:000> k4# Child-SP RetAddr Call Site00 00000000`001dbce0 000007fe`fa135176 ucrtbase!abort+0x5f01 00000000`001dbd10 000007fe`fa2820db ucrtbase!terminate+0x2602 00000000`001dbd40...
View Article