windbg.info
Home Search
 You are here: arrow Home Forum

Search Our Site

www.windbg.info
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom
TOPIC: hide debugging
#91
eleanor (User)
Posts: 1
User Offline

hide debugging 28 Mar 2011 - 23:45
Hi. Is it possible to use !hidedbg in windbg. I would like to hide debugging from the process. Since windbg adds 16bytes to heap blocks for it's own usage (don't know why), I would like to hide it, so these bytes won't be added anymore. Also the UnhandledExceptionFilter can be called if the debugging is hidden.

Any ideas about that?

Thanks in advance
 
  Logged IP
  The administrator has disabled public write access.
#92
Robert Kuster (Visitor)
Moderator
Posts: 39
User Offline

Gender: Male www.rkuster.com Location: Slovenia, Europe Birthday: 31 Jan 1978
Re: hide debugging 29 Mar 2011 - 00:00
Welcome Eleanor, I'm afraid not. The best you can do is attach WinDbg noninvasively. With noninvasive debugging the target applications gets frozen and WinDbg is able to read and examine memory and various data structures. You cannot step through the application though. Check out WinDbg. From A to Z! - "Invasive vs. Noninvasive Debugging and Attaching" at slide 16

I hope this helps,
Robert
 
Thinking debugging? Think www.windbg.info.
 
  Logged IP
  The administrator has disabled public write access.
Go to top
  up top of page up  
 

Copyright © 2024 WinDbg.info. All Rights Reserved.
Page generated in 0.0006 seconds.