pykd/pykd
2018-06-04 23:34:06 +03:00
..
boost.python new boost support 2018-04-25 00:44:13 +03:00
dbgexcept.cpp [0.3.x] added : CPUException class 2017-11-03 15:24:08 +04:00
dbgexcept.h [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +04:00
dllmain.cpp [0.3.x] restored tests of synthetic symbols 2017-11-03 15:24:08 +04:00
packages.config new boost support 2018-04-25 00:44:13 +03:00
pycpucontext.cpp [0.3.x] added : setReg routine ( set a CPU register value by its name or its index ) 2017-11-03 15:24:08 +04:00
pycpucontext.h [0.3.x] added : getTypeInfoProviderFromPdb ( create typeInfo provider from pdb file ) 2017-11-16 17:33:14 +04:00
pydataaccess.h [0.3.x] reworked : typedVar can change python byte sequences 2017-11-16 17:33:14 +04:00
pydbgeng.cpp [0.3.x] added : getLocalProcesses routine ( Return list of runnng processes on the host system ) 2017-11-03 15:24:08 +04:00
pydbgeng.h added getDebugOptions routine (returns debug options) 2018-03-05 12:44:35 +03:00
pydbgio.h [0.3.x] fixed : issue #13898 ( sys.stdout.isatty() raises AttributeError ) 2017-11-03 15:24:08 +04:00
pydisasm.h [0.3.x] added : disasm::opcode method ( returm current disassembled instruction ) 2017-11-03 15:24:07 +04:00
pyeventhandler.cpp [0.3.x] added : onChangeSymbolPaths event ( Symbol paths has been changed ) 2017-11-03 15:24:08 +04:00
pyeventhandler.h [0.3.x] added : onChangeSymbolPaths event ( Symbol paths has been changed ) 2017-11-03 15:24:08 +04:00
pyevents.h [0.3.x] fixed : added forgotten file 2017-11-03 14:36:27 +04:00
pykd.def [0.1.x] added : dbgClient class 2017-11-08 17:06:26 +04:00
pykd.rc [0.3.x] fixed : getSystemInfo returns incorrect information 2017-11-03 15:24:07 +04:00
pykd.vcxproj GenerateDebugInformation=DebugFull (like a kdlibcpp/kdlibcpp@0ba22038) 2018-05-04 15:08:23 +03:00
pykd.vcxproj.filters refactored numVariant class 2018-06-04 23:34:06 +03:00
pykdver.h upgrade pykd project 2018-04-15 22:16:04 +03:00
pymemaccess.cpp [pykd] fixed : issue #5 (loadAnsiStr error string) 2017-12-25 15:51:29 +03:00
pymemaccess.h [0.3.x] added : writeCStr, writeWStr ( write 0 terminated string to the target memory ) 2017-11-03 15:24:08 +04:00
pymod.cpp refactored numVariant class 2018-06-04 23:34:06 +03:00
pymodule.cpp [0.3.x] added : function getModulesList ( return list of modules for the current target ) 2017-11-03 15:24:08 +04:00
pymodule.h [0.3.x] added : module.typedVar can accept python byte sequance 2017-11-16 17:33:14 +04:00
pyprocess.cpp [0.3.x] added : targetSystem.setCurrent method ( set the system as a current ) 2017-11-03 15:24:08 +04:00
pyprocess.h [0.3.x] added : targetProcess.getMangedHeap ( Return object representing a managed heap ) 2017-11-16 17:33:14 +04:00
pysymengine.h [0.3.x] added : getSourceFileFromSrcSrv ( load and return source file from source server by the specified offset ) 2017-11-03 15:24:08 +04:00
pytagged.cpp add: secondary callback data (issue #14) 2018-02-26 20:14:15 +03:00
pytagged.h add: secondary callback data (issue #14) 2018-02-26 20:14:15 +03:00
pythreadstate.h [0.3.x] added : onDebugOutput callback 2017-11-03 15:24:07 +04:00
pytypedvar.cpp [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +04:00
pytypedvar.h [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +04:00
pytypeinfo.cpp refactored numVariant class 2018-06-04 23:34:06 +03:00
pytypeinfo.h [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +04:00
resource.h [0.3.x] + version_info 2017-11-03 14:36:26 +04:00
stdafx.cpp git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
stdafx.h [0.3.x] added : callFunction routine ( call function in the target process ) 2017-11-03 15:24:08 +04:00
stladaptor.h [0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory) 2017-11-03 15:24:08 +04:00
targetver.h [0.3.x] + version_info 2017-11-03 14:36:26 +04:00
variant.h refactored numVariant class 2018-06-04 23:34:06 +03:00
windbgext.cpp [0.3.x] added : experimental python 3.5 support 2017-11-03 15:24:08 +04:00
windbgext.h [0.3.x] fixed: run script without .py extension 2017-11-03 15:24:07 +04:00