debugging - DEbug x64 application using IDA PRO 6.1 -
I have IDA Pro 6.1 - (I'm unable to install the latest version)
I try
- Installed Bochs-2.4.6
- Both x86 and x64 were installed
The version of Windows debugger.
-
Make sure that ida.cfg is pouting the default path of the debugger for Windows:
DBGTOOLS = "C: \ \ Program Files (x86) \\ Windows Kit \\ 8.1 \\ Debugger \\ x86 \\ "; I
Can not ebug the x64 with the debugger and I appreciate some guidance in order to properly configure debuggers.
I am unable to debug any x64 application. When I set the debugger on bochs , it starts running and then with errors like this:
When I try to use windgb it reports Is that:
could not be started with the WinDgb engine ... error: The specified process was not found. (000007F) ...
When I click OK, I get:
"The file will not be loaded by the debugger plugin Please confirm that the parameters are valid. "
What are the correct parameters?
Is there a connection string when I'm debugging a local application in IDA help files it says that the connection string for the native app leaves the blank, but whenever I select x64 dbgsrv.exe I set the default connection string and it does not work.
<
"post-text" itemprop = "text"> I had the same problem, which would be
PATH
for the environment variable x86 Problem solved for adding space:PATH =% PATH%; C: \ Program Files (x86) \ Windows Kit \ 10 \ Debugger \ x86
Comments
Post a Comment