Vector35 / debugger

Binary Ninja debugger
Other
199 stars 12 forks source link

Unable to run TTD trace without network connection #568

Open Maxou56800 opened 5 months ago

Maxou56800 commented 5 months ago

Hi,

I tried to run a WinDBG (TTD) execution trace in Binnary Ninja. I encountered an error when launching the trace in binary ninja.

Binja version: 4.1.5096-dev (69918583) Documentation followed: https://docs.binary.ninja/guide/dbgeng-ttd.html#configure-the-ttd-trace-in-binary-ninja-debugger

WinDBG copied folder: image

Working trace in WinDBG: image

Binja Settings: image

Debug Adapter Settings: image

Crash during debugger launch in Binja: image

xusheng6 commented 4 months ago

This is similar to https://github.com/Vector35/debugger/issues/567, but it is different. Because in https://github.com/Vector35/debugger/issues/567, it does not even get to the point where OpenDumpFile is called.

Also relevant: https://github.com/Vector35/debugger/issues/573