Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There was a problem connecting WinDbg to IDA #119

Open
Keryer opened this issue Apr 13, 2024 · 0 comments
Open

There was a problem connecting WinDbg to IDA #119

Keryer opened this issue Apr 13, 2024 · 0 comments

Comments

@Keryer
Copy link

Keryer commented Apr 13, 2024

When I use the Windbg plugin compiled with Visual Studio 2017 to synchronize with IDA, WinDbg tells me that getting the identity failed, like that:
image

The feedback IDA gave me is as follows
image

But I think it might not be an issue with IDA since I can sync with IDA using x64dbg and Windbg can't sync with Ghidra either
I debugged the source code of the WinDbg plug-in and found that there was a problem in the Identity function in the sync.cpp
image
The return value of this function (hRes) has the value 0x8001010A (RPC_E_SERVERCALL_RETRYLATER)
This looks like a COM server issue but I don't know how to fix it.
Any suggestions? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant