View Full Version : how hide ollydbg under win98
linhanshi
09-05-2004, 02:54 AM
hi
how can I hide my ollydbg1.1 under win98?
can someone help me
thanks
__________________
http://linhanshi.blogone.net
1bitshort
09-05-2004, 08:23 AM
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
09-05-2004, 01:19 PM
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
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.