cbbc29523e[+] ntobj: get directory object content [+] ntobj: get object address by full name [+] drivers.py - demonstration of the new ntobj.py: print list of all driver objects
SND\EreTIk_cp
2011-06-08 16:29:33 +0000
2f4f925b4b[pykd] added : typedVar::data method ( Return raw string object with data stream )
SND\kernelnet_cp
2011-06-07 16:39:05 +0000
80eaf476cd[pykd] updated : move all code for input/output operation to dbgio.h/cpp
SND\kernelnet_cp
2011-06-07 16:13:05 +0000
d70b95ec1e[test] added regression test proof-of-concept. regression test automatically runs from VS on build.
SND\air_max_cp
2011-06-06 16:48:10 +0000
133d70ec82[~] setup: version increment.
SND\air_max_cp
2011-05-25 06:37:27 +0000
b79541dfceready for release 0.0.18
SND\kernelnet_cp
2011-05-25 05:46:02 +0000
9a0d80eb23[pykd] added: typeInfo class [pykd] added: typeException, memoryException and their translation into python
SND\kernelnet_cp
2011-05-23 06:43:24 +0000
6e2d161966[+] add callback for load/unload modules
SND\EreTIk_cp
2011-05-22 23:55:20 +0000
3e9951b63b[~] add dml output [~] add funtion for get object name [~] add funtion for build full name [~] cast to camel case style
SND\EreTIk_cp
2011-04-19 21:58:03 +0000
a95d0c23c5[snippets] added: pytowiki script for formatting help for codeplex wiki
SND\kernelnet_cp
2011-04-19 15:55:06 +0000
b985efa08d[+] script for print nt!_PORT_MESSAGE[32] header and message dump
SND\EreTIk_cp
2011-04-19 15:09:33 +0000
ad44c62065[pykd] updated : improve performance of typedVar function
SND\kernelnet_cp
2011-04-19 13:46:19 +0000
05549455be[pykd] fixed : hotfix for dbgClient [pykd] added: isDumpAnalyzing routine. Check if it is a dump analyzing
SND\kernelnet_cp
2011-04-14 14:14:33 +0000
1d27cb91d7[pykd] fixed: issue 8470 ( python.exe crashes after first pykd call )
SND\kernelnet_cp
2011-04-14 12:28:22 +0000
5371048a72[pykd] fixed: issue 8614 ( go() works incorrectly while process is terminating )
SND\kernelnet_cp
2011-04-14 07:07:33 +0000
3041ac3fdb[pykd] added : docstrings added for all fucntions. My congratulations
SND\kernelnet_cp
2011-04-13 15:51:54 +0000
eb834c22f5[pykd] added : checksum() and timestamp() methods for dbgModuleClass
SND\kernelnet_cp
2011-04-08 09:30:21 +0000
6f6fcf875a[+] sln/vcproj files for VS2008
SND\EreTIk_cp
2011-04-08 08:47:30 +0000
60599dcfb6[pykd] added : callback for bp class ( breakpoint ) [pykd] changed: refactored callbacks engine
SND\kernelnet_cp
2011-04-08 07:53:37 +0000
a820ed3fdd[~] setup: Old graphics replaced with more attractive.
SND\air_max_cp
2011-04-06 18:55:10 +0000
5e35ff2352[~] Improve stlport map dumping script to accept WinDbg expression as parameter rather than just address.
SND\air_max_cp
2011-04-05 08:49:33 +0000
f111bd9610[~] setup: Installer was redesigned to allow user select what components to install: Pykd(required), Snippets(optional), Python(optional), VC Runtime(optional). [~] setup: Snippets installed to "My Documents"\pykd. [~] setup: Python and VCRuntime present only if not detected by installer. [~] setup: Installer add extension dir and snippets dir to PYTHONPATH via appropriate Python registry entry. So, snippets can be launched from WinDbg without path specifying. Also, extension can be easy used when run outside of WinDbg. [~] setup: Provided uninstaller. Its also allow user to select what components to remove: Pykd(required), Python(optional), VC Runtime(optional).
SND\air_max_cp
2011-04-04 16:49:58 +0000
946f6cdc1f[+] added addr64Ex(...) with IDebugControl [~] work-around for secondary DebugExtensionInitialize call [~] addr64(...) in events filter replaced to addr64Ex(...)
SND\EreTIk_cp
2011-03-30 12:57:53 +0000
30bbc70403[pykdlib] added: module "regs" and base functionallity for it
SND\kernelnet_cp
2011-03-30 10:57:22 +0000
8603390ceb[pykd] fixed : issue 8578 ( findModule returns None for WOW64 process )
SND\kernelnet_cp
2011-03-30 06:49:10 +0000
0fe3d77428[samples] updated: reviewed and refactored all samples
SND\kernelnet_cp
2011-03-22 16:28:12 +0000
67901c6c49[pykd] updated: typedVarList can parse two type of linked list [pykd] updated: typedVar builds array as python list
SND\kernelnet_cp
2011-03-22 16:26:17 +0000
bc5876cd1a[pykdlib] added: module "modules" and base functionallity for it
SND\kernelnet_cp
2011-03-22 07:50:42 +0000
bb0e8328e3[~] singleton dbgEventCallbacks and work with him moved into a class DbgEventCallbacks
SND\EreTIk_cp
2011-03-02 19:58:41 +0000
b73ccc1a37[~] dbgEventCallbacks moved to heap memory, add rererences [~] refactered syncronisation for map of synthetic symbols [~] refactering: events callbacks inherited from DebugBaseEventCallbacks now
SND\EreTIk_cp
2011-03-02 18:37:42 +0000
b720184b4e[!] restored revisions: 62086 and 62085
SND\EreTIk_cp
2011-03-02 13:56:22 +0000
45bc63ea23[+] synthetic symbols implementation moved to different files [~] extended API of synthetic symbols: remove by address, remove by mask, remove all, query addres for dbgModuleClass [+] added processing debug event callbacks [+] all synthetic symbols are restored after reload (processing debug event callback)
SND\EreTIk_cp
2011-03-02 13:16:42 +0000
b84b298ea7[+] added: startProcess routine for live user-mode debugging [~] updated: createSession routine is depricated now [~] updated: loadDump routine returns bool now ( not string )
SND\kernelnet_cp
2011-03-02 08:40:33 +0000