Commented Issue: [0.3.x] call function with "void" return type raises...
subjComments: ** Comment from web user: ussrhero ** fixed in 0.3.1.9
View ArticleReleased: PYKD 0.3.1.9 (Jan 08, 2017)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. Follow this link pykd bootstrapper 2.0 to install pykd bootstrapper and get...
View ArticleUpdated Release: PYKD 0.3.1.9 (янв 08, 2017)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. Follow this link pykd bootstrapper 2.0 to install pykd bootstrapper and get...
View ArticleCreated Issue: [0.3.x] stepout functions leads to windbg freeze [14031]
Reproduction:```setIP(invalidAddress)stepout()```Expected: exception must be raise and function must return
View ArticleEdited Issue: [0.3.x] stepout functions leads to windbg freeze [14031]
Reproduction:```setIP(invalidAddress)stepout()```Expected: exception must be raise and function must return
View ArticleCreated Unassigned: [0.3.x] print for function must be more full [14032]
```>>> print typedVar("malloc")Void*(__cdecl)(Int4B)```It is expected to see address of the function at least
View ArticleEdited Unassigned: [0.3.x] print for function must be more full [14032]
```>>> print typedVar("malloc")Void*(__cdecl)(Int4B)```It is expected to see address of the function at least
View ArticleCreated Issue: [0.3.x] stackAlloc does not work in WOW64 mode [14033]
1. Start x64 windbg2. Attach to x86 process (wow64 )3. try to call stackAllocExpected: address on x86 stackIn fact: invalid address
View ArticleEdited Issue: [0.3.x] stackAlloc does not work in WOW64 mode [14033]
1. Start x64 windbg2. Attach to x86 process (wow64 )3. try to call stackAllocExpected: address on x86 stackIn fact: invalid address
View ArticleCreated Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX", ...)...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleEdited Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX", ...)...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View ArticleCommented Issue: [0.3.x] call IDebugRegisters2::GetIndexByNameWide("EBX",...
Environment:```0:000> dv /v Code@ebx Code = 0x271d``````>>> int( stack[0xb].getParam("Code") )Traceback (most recent call last): File "<console>", line 1, in...
View Article