Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #16  
Old 03-01-2009, 03:23
gunterg gunterg is offline
Friend
 
Join Date: Sep 2004
Posts: 59
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 2
Thanks Rcvd at 3 Times in 3 Posts
gunterg Reputation: 2
For my the best option it's IDA + Windbg for analiysis drivers and malware and everything else Olly
Reply With Quote
  #17  
Old 03-01-2009, 09:12
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 341
Rept. Given: 142
Rept. Rcvd 20 Times in 12 Posts
Thanks Given: 166
Thanks Rcvd at 129 Times in 42 Posts
TQN Reputation: 20
Sometimes, I use PEBrowseDbg to debug .NET apps.
Reply With Quote
  #18  
Old 03-01-2009, 11:20
BiMode BiMode is offline
VIP
 
Join Date: Apr 2003
Location: where...
Posts: 133
Rept. Given: 36
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 20
Thanks Rcvd at 14 Times in 10 Posts
BiMode Reputation: 2
I use integrated IDE debugger to debug apps. Ollydbg for sometime.
Reply With Quote
  #19  
Old 03-02-2009, 09:09
suddenLy suddenLy is offline
Friend
 
Join Date: Jan 2005
Posts: 60
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 1
Thanks Rcvd at 7 Times in 7 Posts
suddenLy Reputation: 3
added:
DOS = TR
Reply With Quote
  #20  
Old 03-03-2009, 02:28
synkro's Avatar
synkro synkro is offline
Family
 
Join Date: Mar 2009
Posts: 127
Rept. Given: 225
Rept. Rcvd 216 Times in 48 Posts
Thanks Given: 263
Thanks Rcvd at 220 Times in 39 Posts
synkro Reputation: 200-299 synkro Reputation: 200-299 synkro Reputation: 200-299
Me, I prefer Ollydbg, cause it has become quite popular, even replacing softice. It's free and has trumendous support especially for scripting; you can find a lot of ollyscripts for unpacking protections for example.
IDA on the other hand is quite powerful for disassembling (windows/non-windows binaries) and can do a fair job for debugging. I use it for remotely debugging linux apps too.

Note for SquareD: graphs in IDA are annoying indeed, but you can disable them. Right-click in the IDA-View window, and select Text View.
Reply With Quote
  #21  
Old 03-03-2009, 06:47
zzsx
 
Posts: n/a
In Windows, I use Visual Studio to debug my programs and Olly and IDA to debug others.

GDB and DDD are my choice of debuggers in Linux platforms.
Reply With Quote
  #22  
Old 03-03-2009, 22:32
simonzh2000
 
Posts: n/a
I think Ollydbg is best for unpacking.
When will the Ollydbg 2 be released?
Reply With Quote
  #23  
Old 03-04-2009, 00:32
virus virus is offline
Friend
 
Join Date: Apr 2002
Posts: 55
Rept. Given: 3
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 17
Thanks Rcvd at 17 Times in 11 Posts
virus Reputation: 2
There was nice TRW2000 debugger for Win9x systems. Very useful for those familiar with SoftIce ;-)
Reply With Quote
  #24  
Old 03-04-2009, 06:36
piccolo piccolo is offline
Friend
 
Join Date: Jul 2006
Posts: 28
Rept. Given: 4
Rept. Rcvd 3 Times in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
piccolo Reputation: 3
Olly is handy for processes that are running where you also need to look which memory is used by what, so handy for packed programs and so on. Windbg is usefull for drivers and other such stuff. ida is awesome for understanding the codelogic and the disassembly, the debugger is fine too. ida can handle pocket pc exe's, linux exe's and images of various other kinds where other debuggers simply give up.. So ida is a must have for strange platforms (for example nds and so). But for strange platforms there is also codewarrior but disasembly with that and trying to understand what goes on is harder with that. I only tried it once or twice or so, likely it is way better now...
Reply With Quote
  #25  
Old 03-22-2009, 09:15
wtbw
 
Posts: n/a
If you're a python fan, there's also Immunity Debugger (Ollydbg+Python, really) and PyDbg for coding things quickly.
Reply With Quote
  #26  
Old 03-23-2009, 19:58
henry_y henry_y is offline
Friend
 
Join Date: Oct 2002
Location: Indonesia
Posts: 87
Rept. Given: 25
Rept. Rcvd 24 Times in 10 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
henry_y Reputation: 24
Quote:
Originally Posted by virus View Post
There was nice TRW2000 debugger for Win9x systems. Very useful for those familiar with SoftIce ;-)
Yes!! I miss this wonderful debugger. Liu Tao Tao has created small, good and eficient debugger.
Reply With Quote
  #27  
Old 08-29-2009, 01:07
SiNTAX SiNTAX is offline
Friend
 
Join Date: Sep 2002
Posts: 22
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
SiNTAX Reputation: 0
Quote:
Originally Posted by zzsx View Post
GDB and DDD are my choice of debuggers in Linux platforms.
Tiny nitpick.. but DDD ain't a debugger. It's just a frontend to GDB.
Reply With Quote
  #28  
Old 08-29-2009, 06:26
ahmadmansoor's Avatar
ahmadmansoor ahmadmansoor is offline
Coder
 
Join Date: Feb 2006
Location: Syria
Posts: 1,044
Rept. Given: 505
Rept. Rcvd 373 Times in 142 Posts
Thanks Given: 326
Thanks Rcvd at 406 Times in 119 Posts
ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399
what a bout debugger for x64 ...any one know Good one ??
soon or later x64 will come !!!
__________________
Ur Best Friend Ahmadmansoor
Always My Best Friend: Aaron & JMI & ZeNiX
Reply With Quote
  #29  
Old 08-29-2009, 06:41
Av0id Av0id is offline
VIP
 
Join Date: Jan 2006
Posts: 399
Rept. Given: 112
Rept. Rcvd 111 Times in 69 Posts
Thanks Given: 0
Thanks Rcvd at 15 Times in 15 Posts
Av0id Reputation: 100-199 Av0id Reputation: 100-199
windbg... that's all folks
Reply With Quote
  #30  
Old 08-29-2009, 08:45
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Agree, WinDbg does everything.

Git
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
64bit debuggers for Linux CZC x64 OS 5 12-08-2021 23:12
[Python][Ida Pro]Free the debuggers Storm Shadow Source Code 5 08-25-2014 13:52
question about debuggers Juca General Discussion 1 02-12-2003 22:49


All times are GMT +8. The time now is 18:47.


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