Commit Graph

  • 307abc3405 [0.3.2] added : getTypeFromSource ( create typeInfo class from C/C++ source code ) [0.3.2] added : getTypeInfoProviderFromSource ( create typeInfo provider from C/C++ source code ) SND\ussrhero_cp 2017-02-26 22:26:57 +0000
  • da3f14a198 [0.2.x] regression fix : issue #12793 ( regression bug: print x,y inserts line feeds ) 0.2.x SND\kernelnet_cp 2014-03-03 05:41:30 +0000
  • 8dd29afb06 [0.2.x] fixed : issue #12776 ( typeInfo raises exception for templates with pointers ) SND\kernelnet_cp 2014-02-26 12:03:05 +0000
  • 5d16b1ca49 [0.2.x] docs: added chapter 5.1 and 5.2 SND\strangedev_cp 2014-02-24 14:55:56 +0000
  • 8c766c7017 [0.2.x] docs: added chapters 4.4, 4.5 and 4.6 SND\strangedev_cp 2014-02-24 14:10:11 +0000
  • d66d297ea9 [0.2.x] docs: add chapter 4.2 and 4.3 SND\strangedev_cp 2014-02-24 13:41:27 +0000
  • f534abc330 [0.2.x] docs: documentation chapter 3.5, 3.6 and 4.1 SND\strangedev_cp 2014-02-18 13:46:16 +0000
  • 8977afcc29 [0.2.x] docs: minor formatting fixes in chapter 3.4 SND\strangedev_cp 2014-02-18 00:37:54 +0000
  • 47dd75a7e7 [0.2.x] docs: add documentation chapter 3.2, 3.3 and 3.4 SND\strangedev_cp 2014-02-18 00:30:50 +0000
  • 761c0652b5 0.2.x: Add a copy of Wiki documentation SND\strangedev_cp 2014-02-17 12:27:47 +0000
  • 70cc46f8bb [0.2.x] added : removeExt routine ( Unload a WinDBg extension. Parameters: extension path ) SND\kernelnet_cp 2014-02-12 15:31:47 +0000
  • 9e84715b22 [0.2.x] fixed : issue #12653 ( String length limited to 16384? ) SND\kernelnet_cp 2014-02-12 07:31:07 +0000
  • 0398c9358e [0.2.x] fixed : issue #12739 ( How to use getParams()? ) SND\kernelnet_cp 2014-02-11 07:52:59 +0000
  • 64501a6598 [0.2.x] fixed : cistom type padding SND\EreTIk_cp 2014-01-27 14:18:56 +0000
  • 222515e191 [0.2.x] added: VS_FIXEDFILEINFO structure for a module SND\EreTIk_cp 2014-01-24 13:28:24 +0000
  • d4b38e40cb [0.2.x] add getExtensionSearchPath [0.2.x] workitem/12654 fixed SND\EreTIk_cp 2014-01-24 10:44:17 +0000
  • 39ca17dd9a [0.2.x] add function getExt SND\EreTIk_cp 2014-01-23 13:05:49 +0000
  • 58df54763b [0.2.x]/[0.3.x] + test (failed) SND\EreTIk_cp 2014-01-20 16:38:22 +0000
  • 03bcd88f11 [pykd_ext_2.0] fixed : hang up python console SND\ussrhero_cp 2017-03-02 17:28:56 +0000
  • 2049c751a0 [pykd_ext_2.0] fixed : issue 14066 (dbgCommand('q') leads to windbg hung) SND\ussrhero_cp 2017-02-23 11:42:16 +0000
  • ad9a59f3b0 [pykd_ext_2.0] fixed : issue #14058, 14060, 14061 SND\ussrhero_cp 2017-02-21 22:08:25 +0000
  • 7783c01228 [0.3.x] added : CPUException class SND\ussrhero_cp 2017-01-24 20:40:18 +0000
  • d97b2f08a3 [0.3.x] added : CallException class SND\ussrhero_cp 2017-01-23 21:56:01 +0000
  • a8b33ddb2e [0.3.x] hotfix for previous commit SND\ussrhero_cp 2017-01-08 23:08:57 +0000
  • 876ed6e76c [0.3.x] added : sample with a class method call SND\ussrhero_cp 2017-01-08 22:58:31 +0000
  • 381b06610b [0.3.x] added : module.typedVar method with prototype argument SND\ussrhero_cp 2017-01-08 10:06:13 +0000
  • 683241ce2f [0.3.x] added : typedVar constructor allowing to set function prototype to work with overloaded functions SND\ussrhero_cp 2017-01-07 22:19:55 +0000
  • 8361ab5243 [0.3.x] fixed : issue # 14029 ( call function with "void" return type raises exception ) SND\ussrhero_cp 2017-01-06 21:41:07 +0000
  • 8a31949d19 [0.3.x] added : Python 3.6 support SND\ussrhero_cp 2017-01-05 10:23:19 +0000
  • 03ff35d64f [0.3.x] added : typedVar.method has optional argument 'prototype' to work with overloaded methods SND\ussrhero_cp 2017-01-05 10:03:10 +0000
  • d1a4b3e089 [pykd_ext_2.0] fixed : issue # 14024( eventHandler callbacks crash windbg) SND\ussrhero_cp 2016-12-27 23:27:05 +0000
  • 983bdd609d [pykd_ext_2.0] fixed : properly cleanup for local interpreter SND\ussrhero_cp 2016-12-26 21:24:15 +0000
  • 933e3e650d [0.3.x] added : function getModulesList ( return list of modules for the current target ) SND\ussrhero_cp 2016-12-19 21:04:56 +0000
  • 0288cae4f8 [0.3.x] added : typeInfo.getTypedVar method ( return typedVar instance ) SND\ussrhero_cp 2016-12-04 08:17:44 +0000
  • 7c9621b279 [0.3.x] added : test with call method of std::string SND\ussrhero_cp 2016-12-03 21:01:48 +0000
  • eac07d8add [0.3.x] added : typedVar.method ( return function object ) SND\ussrhero_cp 2016-12-03 20:47:47 +0000
  • c0cfd5f666 [0.3.x] added : method typeInfo.baseClass ( return a base class's type by name or by index ) SND\ussrhero_cp 2016-12-03 18:34:58 +0000
  • 1d4c95497e [0.3.x] added : method 'typeInfo.method' ( return method's type by name ) SND\ussrhero_cp 2016-12-03 16:29:50 +0000
  • be9f1420ec [0.3.x] reworked : support kdlibcpp changes SND\ussrhero_cp 2016-12-03 10:05:19 +0000
  • 85a36df11e [pykd_ext_2.0] added : python version can be note in the first script line ( shebang line ) SND\ussrhero_cp 2016-10-01 10:12:57 +0000
  • 584eb08fa7 [0.3.x] added : writeCStr, writeWStr ( write 0 terminated string to the target memory ) SND\kernelnet_cp 2016-09-16 08:11:38 +0000
  • 7b3710b487 [pykd_ext_2.0] fixed : issue #13983 ( !pykd.info throws unhandled exception ) SND\kernelnet_cp 2016-09-15 10:49:08 +0000
  • c2a15c2769 [0.3.x] added : stackAlloc routine ( allocate bytes of space in the stack in the target process ) [0.3.x] added : stackFree routine ( free space in the stack previously allocated by stackAlloc ) SND\ussrhero_cp 2016-09-13 19:39:55 +0000
  • c4a08ee6b0 [0.3.x] added : typedVar.__call__ method ( run function in the target process ) SND\ussrhero_cp 2016-09-13 19:22:07 +0000
  • efdd835f4d [0.3.x] added : callFunctionByAddr routine ( call function in the target process by type and offset ) SND\ussrhero_cp 2016-09-13 19:10:32 +0000
  • 2c6f6c889a [0.3.x] added : callFunction routine ( call function in the target process ) SND\ussrhero_cp 2016-09-13 18:17:41 +0000
  • 669df8e55b [0.3.x] added : defineFunction ( "Define custom function prototype" ) SND\ussrhero_cp 2016-09-13 10:49:39 +0000
  • 06239a502a [0.3.x] added : setIP, setSP, setBP routines ( change instruction, stack, frame pointers ) SND\kernelnet_cp 2016-09-09 08:34:59 +0000
  • 503c8fd747 [0.3.x] added : setReg routine ( set a CPU register value by its name or its index ) [0.3.x] added : getRegisterName routine ( return register name by its index ) SND\kernelnet_cp 2016-08-30 10:28:02 +0000
  • 18af73a962 [0.3.x] fixed : typo in a function description SND\kernelnet_cp 2016-07-28 11:19:08 +0000
  • 5a55a948e5 [0.3.x] added : targetSystem.setCurrent method ( set the system as a current ) [0.3.x] added : targetProcess.setCurrent method ( set the process as a current ) [0.3.x] added : targetProcess.getModuleByOffset ( return a module object by it's offset ) [0.3.x] added : targetProcess.getModuleByName ( return a module object by it's name ) SND\kernelnet_cp 2016-07-28 09:51:12 +0000
  • 8c1df769ad [0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory) kdlib commit (functions + tests) SND\EreTIk_cp 2016-07-26 13:40:00 +0000
  • 0d0648873b [0.3.x] added : targetSystem.getProcessBySystemId method ( return process by PID ) [0.3.x] added : targetProcess.getThreadBySystemId method ( return thread by tid ) SND\kernelnet_cp 2016-07-18 09:35:18 +0000
  • 5be20080a3 [pykd_ext_2.0] fixed : exception "pykd is not initialized" after restart windbg SND\kernelnet_cp 2016-07-12 12:09:03 +0000
  • 93f698a3a0 [0.3.x] added : __str__ operator for targetSystem, targetProcess, targetThread classed SND\kernelnet_cp 2016-07-11 10:51:59 +0000
  • dd3c6c4628 [0.3.x] changed : version up to 0.3.1.4 SND\kernelnet_cp 2016-07-11 09:46:51 +0000
  • a6e26eecd6 [0.3.x] added : supported static local variables SND\ussrhero_cp 2016-07-08 21:58:16 +0000
  • 332c5efc14 [pykd_ext_2.0] fixed : pykd is not initialized exception SND\kernelnet_cp 2016-07-01 11:22:59 +0000
  • d1b185601a [pykd_ext_2.0] fixed : DML output does not work SND\kernelnet_cp 2016-06-24 15:05:43 +0000
  • d4162287b4 [pykd_ext_2.0] fixed : project file SND\kernelnet_cp 2016-06-23 11:04:54 +0000
  • cf9aa94082 [pykd_ext_2.0] fixed : many bugs SND\ussrhero_cp 2016-06-22 23:20:06 +0000
  • 27db13b5de [pykd_ext_2.0] updated : pykd help command SND\ussrhero_cp 2016-06-21 20:44:29 +0000
  • ceba5b7857 [pykd_ext_2.0] added : pykd auto load SND\ussrhero_cp 2016-06-21 19:27:57 +0000
  • c53436ffe5 [0.3.x] added : typedVar.castTo method ( cast variable to the type and return new typedVar instance ) SND\kernelnet_cp 2016-05-17 11:52:01 +0000
  • b1bf26e0af [0.3.x] added : onChangeSymbolPaths event ( Symbol paths has been changed ) SND\kernelnet_cp 2016-05-17 09:57:37 +0000
  • fe9dad382d [pykd_ext_2.0] fixed : debug output SND\ussrhero_cp 2016-04-28 18:16:06 +0000
  • 4d0b0cd917 [0.3.x] fixed : issue #13898 ( sys.stdout.isatty() raises AttributeError ) SND\kernelnet_cp 2016-04-28 09:09:46 +0000
  • 533c0af724 [0.3.x] fixed : issue #13897 ( pykd import error on python 3 ) SND\kernelnet_cp 2016-04-28 08:07:53 +0000
  • 08d0cc8bfd [pykd_ext_2.0] added : python properties for binding SND\ussrhero_cp 2016-04-27 22:18:55 +0000
  • adf1392946 [pykd_ext_2.0] added : new pykd bootstrapper SND\ussrhero_cp 2016-04-26 17:56:16 +0000
  • b7ce577654 [pykd_bootstrapper] fixed : issue #13888 ( Kernel debug. After reboot module class works inproperly ) SND\kernelnet_cp 2016-04-26 10:04:22 +0000
  • f07eab51e2 [pykd_bootstrapper] fixed : "script not found" output SND\kernelnet_cp 2016-04-11 11:57:43 +0000
  • aa872e196f [0.3.x] added : ProcessDebugOptions enumerator SND\kernelnet_cp 2016-03-31 14:51:24 +0000
  • c9f7ad5e1e [0.3.x] fixed : test for python 3 support SND\kernelnet_cp 2016-03-22 09:04:08 +0000
  • 4ea9cf304e [0.3.x] added : __bool__ operator for typedVar class SND\kernelnet_cp 2016-03-22 08:49:40 +0000
  • c971656625 [0.3.x] fixed : hasattr for python 3 SND\kernelnet_cp 2016-03-22 08:12:37 +0000
  • d6190121d3 [0.3.x] fixed : exception registration for python 3 SND\kernelnet_cp 2016-03-22 07:37:13 +0000
  • 0df2fba54f [0.3.x] fixed : division for python3 SND\kernelnet_cp 2016-03-21 09:13:12 +0000
  • 6b90cf1c99 [0.3.x] added : check integer overflow for NumVariabt class SND\kernelnet_cp 2016-03-17 08:16:06 +0000
  • 2f192bbd01 [0.3.x] reworked : test scripts python3 compatible SND\kernelnet_cp 2016-03-16 08:18:26 +0000
  • d36bd37032 [0.3.x] updated : setup.py for python 3 support SND\ussrhero_cp 2016-03-15 19:22:33 +0000
  • d10e4cb662 [0.3.x] fixed : linker error SND\kernelnet_cp 2016-03-14 10:49:00 +0000
  • d8b175238e [0.3.x] fixed : build for python3.5 SND\kernelnet_cp 2016-03-14 10:32:27 +0000
  • b632f61138 [0.3.x] added : experimental python 3.5 support SND\kernelnet_cp 2016-03-14 09:54:28 +0000
  • b3244c422b WOW64 stack fix SND\kernelnet_cp 2016-03-09 09:47:40 +0000
  • cbd0023bac [0.3.x] fixed : issue #13860 ( ypedVar.getAddress returns non properly extended address ) SND\kernelnet_cp 2016-03-04 10:48:57 +0000
  • 82270f2067 [0.3.x] added : test for issue #13860 SND\kernelnet_cp 2016-03-04 10:27:21 +0000
  • f2a596d65b [0.3.x] reworked : cpu class SND\kernelnet_cp 2016-03-02 12:14:41 +0000
  • 84bf4b8bfd [0.3.x] added : typedVar.getLocation method ( Return location of the varibale ) SND\ussrhero_cp 2016-02-22 20:17:56 +0000
  • 7497fed621 [bootstarpper] changed : version up to 1.0.1.12 SND\kernelnet_cp 2016-02-17 07:12:18 +0000
  • 12693cae96 [bootstrapper] fixed : issue #3839 ( windbg is crashed after system reboot ) SND\kernelnet_cp 2016-02-17 07:10:09 +0000
  • ca820532f5 [0.3.x] fixed : issue #13829 ( !pykd.install raises exception ) SND\kernelnet_cp 2016-01-28 15:27:49 +0000
  • 7831e430ae [0.3.x] added : module.enumTypes method ( return list of types name ) SND\ussrhero_cp 2016-01-22 23:00:09 +0000
  • ff0d434b29 [0.3.x] fix: workitem 13815, printing type of variadic function SND\EreTIk_cp 2016-01-12 15:25:35 +0000
  • ea0781cc4b [0.3.x] fix: workitem 13815 test (TypeInfoTest.testFunctionArgs) SND\EreTIk_cp 2016-01-12 15:21:35 +0000
  • 85442381a8 [0.3.x] debug output SND\EreTIk_cp 2016-01-12 14:52:33 +0000
  • 215d5cc950 [0.3.x] add: workitem 13815 tests SND\EreTIk_cp 2016-01-12 12:46:12 +0000
  • 34b59bc4a5 changed : version up to 0.3.0.37 SND\kernelnet_cp 2015-12-25 10:17:13 +0000
  • 181f1d82f6 [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 : targetThread.stackOffset property (return a stack pointer) SND\ussrhero_cp 2015-12-24 22:00:09 +0000
  • 52f7dfd24b [0.3.x] add: workitem 13802 test SND\EreTIk_cp 2015-12-23 12:51:48 +0000