-
Notifications
You must be signed in to change notification settings - Fork 262
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
I have a idea #89
Comments
Hello @awaqq520 can I ask what do ytou mean by "response of hook-key"? Is it when using remote binding from a disassembler tool (IDA/Ghidra/BN) ? What would you want to achieve, giving the focus to the Windbg windbg ? Remote binding is actually meant to avoid to much switching betwwen the disassembler and debugger windows. I am trying to understand the situation. As a rule of thumb I avoid messing with the OS/window manager default behavior regarding window's focus. Best regards, |
When I use windbg and ida to debug the kernel synchronously, press F10 and F11 in IDA, its response speed is not as fast as in windbg, it can be said that the response speed of pressing F10/F11 in windbg is twice that of IDA win32gui.ShowWindow(hWindbg, win32con.SW_SHOW) |
Hi, sorry for the delay. I don't really get what is the purpose of the call to |
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.
The text was updated successfully, but these errors were encountered: