Created Unassigned: [0.3.x] uncompatible with !exploitable Crash Analyzer...
```from pykd import *class debugHandler(eventHandler): def __init__(self): eventHandler.__init__(self) def onDebugOutput(self, str): print strloadDump(r"user_mode_dump.dmp")#loadExt(r"C:\Program Files...
View ArticleEdited Issue: [0.3.x] uncompatible with !exploitable Crash Analyzer [13783]
```from pykd import *class debugHandler(eventHandler): def __init__(self): eventHandler.__init__(self) def onDebugOutput(self, str): print strloadDump(r"user_mode_dump.dmp")#loadExt(r"C:\Program Files...
View ArticleCreated Issue: [0.3.x] printing IO_SCQ struct raises exception [13784]
Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )```dt IO_CSQ+0x000 Type : Uint4B+0x004 CsqInsertIrp : Ptr32 void +0x008 CsqRemoveIrp : Ptr32 void +0x00c CsqPeekNextIrp : Ptr32 _IRP* +0x010...
View ArticleEdited Issue: [0.3.x] printing IO_SCQ struct raises exception [13784]
Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )```dt IO_CSQ+0x000 Type : Uint4B+0x004 CsqInsertIrp : Ptr32 void +0x008 CsqRemoveIrp : Ptr32 void +0x00c CsqPeekNextIrp : Ptr32 _IRP* +0x010...
View ArticleCommented Issue: [0.3.x] printing IO_SCQ struct raises exception [13784]
Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )```dt IO_CSQ+0x000 Type : Uint4B+0x004 CsqInsertIrp : Ptr32 void +0x008 CsqRemoveIrp : Ptr32 void +0x00c CsqPeekNextIrp : Ptr32 _IRP* +0x010...
View ArticleSource code checked in, #90875
[0.3.x] added : removeBp routine ( Remove breakpoint by index )
View ArticleSource code checked in, #90876
[0.3.x] added : removeAllBp routine ( Remove all breakpoints )
View ArticleNew Post: pykd и ida
Добрый день продолжаю изучать pykd конфигурация следующая: win7 (32-bit) windbg 6.3.9600.17200 pykd 0.3.0.34 ida pro 6.7в иде запускаю отладку через windbg, атачусь к процессу, выполняю .load...
View ArticleNew Post: pykd и ida
Проблема в том, что IDA сама интегрирует Python. pykd, когда загружается как windbg расширение пытается сделать тоже самое. В результате, возникает ряд проблем. Если возникло желание использовать pykd...
View ArticleNew Post: pykd и ida
не получилосьPython>import pykd Python>pykd.initialize() Python>print pykd.module('ntdll') Traceback (most recent call last): File "<string>", line 1, in <module>...
View ArticleNew Post: pykd и ida
Отладчик IDA приаттачен к процессу? Такие ошибки характерны, когда нет отладочной цели.
View ArticleNew Post: pykd и ida
пробовал атачить к уже запущенному (attach) и запускать процесс из под отладчика (run) в обоих случаях ошибка
View ArticleNew Post: pykd и ida
У меня на 6.6 работает, видно что то подкрутили в 6.7. Значит - не судьба. В любом случае, поддерживать работу в IDA никогда не планировалось.
View ArticleSource code checked in, #90880
[0.3.x] added : getLocalProcesses routine ( Return list of runnng processes on the host system )
View ArticleCreated Release: PYKD 0.3.0.35 (Dec 08, 2015)
Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleEdited Issue: [0.3.x] printing IO_SCQ struct raises exception [13784]
Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )```dt IO_CSQ+0x000 Type : Uint4B+0x004 CsqInsertIrp : Ptr32 void +0x008 CsqRemoveIrp : Ptr32 void +0x00c CsqPeekNextIrp : Ptr32 _IRP* +0x010...
View ArticleUpdated Release: PYKD 0.3.0.35 (Dec 08, 2015)
Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleReleased: PYKD 0.3.0.35 (Dec 08, 2015)
Installation guide: 0. choose x86 or x64 and download it 1. unpack archive to any catalog 2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleUpdated Release: PYKD 0.3.0.35 (Dec 08, 2015)
Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleSource code checked in, #90883
[0.3.x] changed : closeDump routine parameter 'id' has a default value '-1' now
View Article