View Full Version : how hide ollydbg under win98
linhanshi
September 5th, 2004, 01:54
hi
how can I hide my ollydbg1.1 under win98?
can someone help me
thanks
__________________
http://linhanshi.blogone.net ("http://linhanshi.blogone.net")
1bitshort
September 5th, 2004, 07:23
How do i hide a program
That depends on the extent you wish to hide it. Just packing the .exe and renaming it from ollydbg.exe to something else might be enough. Also try renaming the window captions from "OllyDbg" to something else. There are dozens upon dozens of ways to detect a program though... for instance, ReadProcessMemory.
Ricardo Narvaja
September 5th, 2004, 12:19
There are various forms of detection
For the api IsDebuggerPresent, you need edit kernel32.dll for this api always return a zero.
Maybe the plugin for olly OLLYGHOST hide ollydbg of the detection of this api.
For the name of the process, copy OLLYDBG.exe to other folder and rename PEPE.exe or the name you want, recopy pepe.exe to olly folder and you have the two exes, the original OLLYDBG.exe and PEPE.exe, use PEPE.exe.
For name of the window detectionuse windows hacker, or edit the name of the window OLLYDBG.
PD:change to NT/2000 or XP olly is better in this sistems, in 98 is very limited.
Ricardo Narvaja
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.