Created Unassigned: [bootstrapper] windbg is crashed after system reboot [13839]
1. Attach windbg to kernel2. load pykd with a bootstarpper ( .load pykd )3. reboot system4. try to load pykd another time--> windbg crashed
View ArticleSource code checked in, #90920
[bootstrapper] fixed : issue #3839 ( windbg is crashed after system reboot )
View ArticleReleased: BOOTSTRAPPER FOR PYKD 0.3.x (Apr 15, 2015)
pykd.dll is useful if you have installed pykd as a python package ( by the command 'pip install pykd') but you are going to use pykd with windbg. In this case you can copy pykd.dll to windbg winext...
View ArticleUpdated Release: BOOTSTRAPPER FOR PYKD 0.3.x (Apr 15, 2015)
pykd.dll is useful if you have installed pykd as a python package ( by the command 'pip install pykd') but you are going to use pykd with windbg. In this case you can copy pykd.dll to windbg winext...
View ArticleEdited Issue: [bootstrapper] windbg is crashed after system reboot [13839]
1. Attach windbg to kernel2. load pykd with a bootstarpper ( .load pykd )3. reboot system4. try to load pykd another time--> windbg crashedComments: ** Comment from web user: kernelnet ** Fixed in...
View ArticleCreated Issue: [0.3.x] Run-Time Check Failure #2 [13846]
Run-Time Check Failure #2 - Stack around the variable 'v' was corrupted.
View ArticleEdited Issue: [0.3.x] Run-Time Check Failure #2 [13846]
Run-Time Check Failure #2 - Stack around the variable 'v' was corrupted.
View ArticleCommented Issue: [0.3.x] Run-Time Check Failure #2 [13846]
Run-Time Check Failure #2 - Stack around the variable 'v' was corrupted.Comments: ** Comment from web user: kernelnet ** fixed in kdlibcpp CL90925http://kdlibcpp.codeplex.com/SourceControl/changeset/90925
View ArticleEdited Issue: [0.3.x] Run-Time Check Failure #2 [13846]
Run-Time Check Failure #2 - Stack around the variable 'v' was corrupted.
View ArticleSource code checked in, #90929
[0.3.x] added : typedVar.getLocation method ( Return location of the varibale )
View ArticleCreated 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 ArticleCommented 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 ArticleCreated Unassigned: [0.3.x] inproper implementation of element's indexing for...
```pp = typedVar("MY_STRUCT*", offset)print pp[0], pp[1]```Expected:1) printing two array elementsor2) raise exception : pointer cannot be indexedIn fact:pp[0] print the first struct field, pp[1] - second
View ArticleEdited Unassigned: [0.3.x] inproper implementation of element's indexing for...
```pp = typedVar("MY_STRUCT*", offset)print pp[0], pp[1]```Expected:1) printing two array elementsor2) raise exception : pointer cannot be indexedIn fact:pp[0] print the first struct field, pp[1] - second
View ArticleCommented Unassigned: [0.3.x] inproper implementation of element's indexing...
```pp = typedVar("MY_STRUCT*", offset)print pp[0], pp[1]```Expected:1) printing two array elementsor2) raise exception : pointer cannot be indexedIn fact:pp[0] print the first struct field, pp[1] -...
View ArticleEdited Unassigned: [0.3.x] inproper implementation of element's indexing for...
```pp = typedVar("MY_STRUCT*", offset)print pp[0], pp[1]```Expected:1) printing two array elementsor2) raise exception : pointer cannot be indexedIn fact:pp[0] print the first struct field, pp[1] - second
View ArticleEdited Issue: [0.3.x] getParam() returns wrong values for fastcall [13820]
It seems getParam routine tries to get arguments from stack not from registersComments: ** Comment from web user: kernelnet ** fixed with kdlibcpp CL 90928
View ArticleCreated Unassigned: [0.3.x] print does not output value of the bit fileds...
```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