Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 10-06-2014, 20:08
zeuscane's Avatar
zeuscane zeuscane is offline
VIP
 
Join Date: Jun 2010
Location: In the world and sometimes on the moon
Posts: 272
Rept. Given: 632
Rept. Rcvd 154 Times in 63 Posts
Thanks Given: 674
Thanks Rcvd at 154 Times in 61 Posts
zeuscane Reputation: 100-199 zeuscane Reputation: 100-199
Windbg in IDA 6.5

I have tried to set up, in IDA 6.5, windbg .
I went on the file ida.cfg and I changed the voice // DBGTOOLS = "put here the full path of your windbg install folder " ; //
in C: \\ Program Files ( x86) \\ Windows Kits \\ 8.1 \\ Debuggers .
I've Windbg in this directory.
When I do I enable debugger like windbg IDA gives me an error.
In IDA 6.2 this did not happen.
Can anyone help me correctly configure Windbg ?

Thanks
zeuscane
__________________
"Educate yourselves because we'll need all your intelligence.
Stir yourselves because we'll need all your enthusiasm.
Organize yourselves because we'll need all your strength."
Reply With Quote
  #2  
Old 10-06-2014, 21:17
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
i had some trouble also in windows 8.1, think its a general problem in windows 8.1.
I added the folder to path.and it all worked out.
Also you can use both versions, so x86 windbg for x86 and x64 for x64 .I i remember correct you had to use only the x86 version in pre ida version.
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm."

Today I whispered in the devils ear, "I am the storm."

Last edited by Storm Shadow; 10-06-2014 at 21:23.
Reply With Quote
  #3  
Old 10-06-2014, 21:44
zeuscane's Avatar
zeuscane zeuscane is offline
VIP
 
Join Date: Jun 2010
Location: In the world and sometimes on the moon
Posts: 272
Rept. Given: 632
Rept. Rcvd 154 Times in 63 Posts
Thanks Given: 674
Thanks Rcvd at 154 Times in 61 Posts
zeuscane Reputation: 100-199 zeuscane Reputation: 100-199
I use Win 7 64 bit and perhaps I solved the problem by writing in ida.cfg
DBGTOOLS = "C: \\Program Files ( x86)\Windows Kits\\8.1 \\ Debuggers\\x86\\ ";
This setting also works with 64-bit programs, but also using dbgsrv.exe.

Thanks
zeuscane
__________________
"Educate yourselves because we'll need all your intelligence.
Stir yourselves because we'll need all your enthusiasm.
Organize yourselves because we'll need all your strength."

Last edited by zeuscane; 10-06-2014 at 22:09.
Reply With Quote
  #4  
Old 10-06-2014, 23:18
vic4key vic4key is offline
Family
 
Join Date: Apr 2010
Posts: 57
Rept. Given: 5
Rept. Rcvd 24 Times in 10 Posts
Thanks Given: 60
Thanks Rcvd at 95 Times in 22 Posts
vic4key Reputation: 24
Don't forget to edit this line: MODE = 1 int IDA\cfg\dbg_windbg.cfg
Reply With Quote
The Following User Gave Reputation+1 to vic4key For This Useful Post:
zeuscane (10-07-2014)
  #5  
Old 10-07-2014, 16:39
zeuscane's Avatar
zeuscane zeuscane is offline
VIP
 
Join Date: Jun 2010
Location: In the world and sometimes on the moon
Posts: 272
Rept. Given: 632
Rept. Rcvd 154 Times in 63 Posts
Thanks Given: 674
Thanks Rcvd at 154 Times in 61 Posts
zeuscane Reputation: 100-199 zeuscane Reputation: 100-199
Where can I find this line does not exist in ida.cfg

zeuscane
__________________
"Educate yourselves because we'll need all your intelligence.
Stir yourselves because we'll need all your enthusiasm.
Organize yourselves because we'll need all your strength."
Reply With Quote
  #6  
Old 10-07-2014, 17:34
Mr.reCoder Mr.reCoder is offline
Friend
 
Join Date: Oct 2014
Location: Binary Land
Posts: 14
Rept. Given: 4
Rept. Rcvd 10 Times in 8 Posts
Thanks Given: 12
Thanks Rcvd at 16 Times in 3 Posts
Mr.reCoder Reputation: 10
Quote:
Originally Posted by zeuscane View Post
Where can I find this line does not exist in ida.cfg

zeuscane
hi,

this is in dbg_windbg.cfg file! not ida.cfg.
you can find dbg_windbg.cfg in "cfg" folder in IDA installation path.
Reply With Quote
The Following 2 Users Gave Reputation+1 to Mr.reCoder For This Useful Post:
vic4key (10-08-2014), zeuscane (10-07-2014)
  #7  
Old 11-02-2014, 08:36
gsaralji gsaralji is offline
Friend
 
Join Date: Sep 2013
Location: asia
Posts: 45
Rept. Given: 7
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 176
Thanks Rcvd at 34 Times in 15 Posts
gsaralji Reputation: 5
Still I don't success to debug in win7 64 using WinDBG
I try all idea which all are mention in this forum
final I get Plugin error
???????????????????
Reply With Quote
  #8  
Old 11-02-2014, 13:01
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
@gsaralji
it would be better if you describe your steps done
and
full error message
Reply With Quote
  #9  
Old 11-02-2014, 14:13
gsaralji gsaralji is offline
Friend
 
Join Date: Sep 2013
Location: asia
Posts: 45
Rept. Given: 7
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 176
Thanks Rcvd at 34 Times in 15 Posts
gsaralji Reputation: 5
I changed line mode as per forum informed---- below cfg file
DBGTOOLS = "C: \\Program Files\Windows Kits\\8.1 \\ Debuggers\\x64\\ ";
mode:1
(dbg_windbg.cfg -- ida.cfg)

its says
---------------------------
Warning
---------------------------
The file can't be loaded by the debugger plugin.
Please verify that the parameters are valid.
---------------------------
OK
---------------------------
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New windbg preview available Shub-Nigurrath Community Tools 2 09-01-2017 23:35
WINDBG question ricnar456 General Discussion 3 08-17-2006 04:07
WinDBG Virtual PC Sergey Nameless General Discussion 6 09-06-2004 16:13


All times are GMT +8. The time now is 16:15.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )