View Single Post
  #1  
Old 04-24-2004, 18:51
ycloud ycloud is offline
Friend
 
Join Date: Feb 2004
Posts: 56
Rept. Given: 2
Rept. Rcvd 22 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 33 Times in 9 Posts
ycloud Reputation: 23
Any good IDT tools in Win2k?

When I debug a PE, sometimes I will use Ollydbg if target has many
anti-debug tricks.
SoftICE is Ring 0 and Ollydbg is Ring 3.
Many programs will detect Ring 0 debugger but leave Ring 3 debugger alone.
Here the question comes, I want to see the IDT and change it.
Modify INT 1 and INT 3 handler when debugging, ...

I am very lazy. So don't want to write a .sys but want to find
some tools to do it. :-)
A little tool "IDT Tool" can do it, but only works in WinXP, not in Windows 2k.
So who can tell me where to find a "IDT Tool" in Win2k?
I googled and found nothing.
//thanks
Reply With Quote