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)

Syoma 08-29-2009 11:32

Visual Studio (+ VisualDDK for kernel mode debugging).

TechLord 08-31-2009 14:50

All this with Remote debugging using VMware virtual machines really helps...

N0P 08-31-2009 22:22

IDA + Olly for analysis malware and RE , windbg+vmware,soft-ice for drivers

D-Jester 09-01-2009 10:14

Quote:

Originally Posted by Av0id (Post 64749)
windbg... that's all folks :)

Doens't IDA support 64bit debugging?

Quote:

IDA supports debugging of x86 Windows PE files, AMD64 Windows PE files, and x86 Linux ELF files, either locally or remotely.
http://www.hex-rays.com/idapro/debugger/win32_tut.pdf

boeser.hacker 09-03-2009 01:09

Quote:

Originally Posted by SiNTAX (Post 64744)
Tiny nitpick.. but DDD ain't a debugger. It's just a frontend to GDB.

Yes, and so is xgdb and kdgb. BUT: Isn't there a real alternative to gdb? AND: What ring is gdb by the way? :confused:

boeser.hacker

Evilcry 09-03-2009 17:03

take a look here, this uses GDB ad r0

Code:

http://hexblog.com/2009/02/advanced_windows_kernel_debugg.html
for kmode debugging I use Syser and Windbg

ahmadmansoor 09-05-2009 18:03

anyone have a Good Paper or tut about debugging in X64 ....sure using one of the this debugger IDA or windbg .
I think we will open a new section for x64 I think it need more attention .
I think we have very Good guys here how can be useful in this field .

Evilcry 09-06-2009 19:31

x64 is a great field of research, I'll collect some paper about this topic and make a post ;)

ps: about the topic, gbd can be used both r3 and r0, knowledge of gdb is a great thing
open doors for various OS debugging.

ahmadmansoor 09-07-2009 03:32

Quote:

Originally Posted by Evilcry (Post 64932)
x64 is a great field of research, I'll collect some paper about this topic and make a post ;)

@ Evilcry : thanks ,we will wait ur Paper or any useful Tut u could find ;) .


Quote:

Originally Posted by Evilcry (Post 64932)
ps: about the topic, gbd can be used both r3 and r0, knowledge of gdb is a great thing
open doors for various OS debugging.

Good so the problem how we can be familiar with this debugger .
All of us r familiar with Olly and IDA .
so anyway to make this inf available pls :rolleyes:

Thanks for every thing ...Lol Check ur PM ( I will send a massage .

mdyaser 09-07-2009 07:00

I see there is no problem which debugger we must use
the important thing that you must know how to use the debugger in a correct way
I use OllyDbg:D

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


All times are GMT +8. The time now is 05:59.

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