Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Debuggers (https://forum.exetools.com/showthread.php?t=12052)

Evilcry 09-07-2009 13:17

Sure,
just remember that gdb comes out from porting issues and for its particular
structure is slow.

IDA Debugger is great and presents the advantage of plugin integraton,
this thing is really important because allow you to harden debugger from
hostile code ;)

thanks ahmadmansoor ! :)

bedrock 09-22-2009 22:47

ollydbg is good, and easier to learn, but will become less useful as more people move to x64, i for one have already installed Windows 7 x64 version on my laptop, it will be my only OS (apart from VM) from now on...

lordnasty 10-12-2009 16:13

IDA + Ollydbg
Olly for a "fast" debugging
IDA for a deeper work
Using together, however, is the best (example generate file .map with IDA and then pass the .map file to Olly and continue works on the same target).

rd 10-15-2009 01:14

IDA for static analysis

Debuggers
Windows
Olly for Ring 3 Apps
Softice/Windbg for Ring 0 code
Immunity Debugger (olly+python) for quick exploit writing

*nix
gdb + a nice gdbinit script
IDA Debugger (remote ) + gdbserver [ this is quite nice actually]
kgdb for Linux kernel debug

remal 10-15-2009 14:51

Speaking of a GDB init file, mammon's gdbinit is pure jewel.

http://www.802.11mercenary.net/~johnycsh/misc/mammon-gdbinit-fixed.txt

tenketsu 10-23-2009 08:41

Ollydbg - Daily use
IDA Pro - Full analysis
Syser Kernel Debugger - Hard job

WinDbg is good for remote debbugging

n0ital 10-26-2009 06:04

olly64
 
Ne1 hear of plans for an olly x64? asked on olly.de but no answer...

tnx

Silkut 10-26-2009 06:44

Olly wasn't and will not be designed for 64bits, as discussed on the official support forum (woodmann's).
However it works for 32bits applications running on 64bits OS.

sapu 10-31-2009 09:10

For a newbie, Windbg or Visual Studio are probably easier to use,
but once you understand the basics and want more, switch to Olly. It's probably not too user-friendly, but it's too much powerful!


All times are GMT +8. The time now is 06:50.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX