Focus WinDbg window when stepping in IDA for smoother experience?
Open
enhancement
ida
- Dominant language
- C
- Stars
- 2.4k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
The response of hook-key is very slow, so I want to use a method to activate the windbg window. For example, after setting the color of the current line, the windbg window is activated. The function I found that can be used is win32gui.ShowWindow, but It needs to introduce a third-party library: win32gui. I don't know how to import this library. Entering Import win32gui in IDAPython will report an error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.