View Single Post
  #12  
Old 05-05-2005, 00:07
JuneMouse
 
Posts: n/a
hehe no post count scam
but i thought a seperate post would emphasis it more so here it is

i downloaded the hidedebuggerplugin v 1.22 from here and tried it to see what happens as i anticipated it fails as i stated

to illustrate the point that is having the cake and eating it too
get one of the above debugviewers (i would prefer debugmon from osronline )
run it first
then open ollydbg along with hidedebugplugin and load a debuggee
when you hit systembreakpoint modify NtGlobalFlag to 72
and run the app
you will see ollydbg wont catch any debug strings but debug mon will catch all debug string that are passed

Code:
021:37:02.480LDR: Real INIT LIST
121:37:02.5009     C:\WINNT\system32\KERNEL32.dll init routine 77e8c3d8
221:37:02.5007     C:\WINNT\system32\USER32.dll init routine 77e33bb4
321:37:02.5007     C:\WINNT\system32\RPCRT4.DLL init routine 77d43958
421:37:02.5009     C:\WINNT\system32\ADVAPI32.dll init routine 77db87c7
521:37:02.500<LDR: KERNEL32.dll loaded. - Calling init routine at 77e8c3d8
621:37:02.500:LDR: USER32.dll loaded. - Calling init routine at
Reply With Quote