|
-
Dec 28th, 2008, 05:32 AM
#1
Thread Starter
Frenzied Member
How to find and disable the call to window closing func using OllyDebug debugger ?
Hi all .There is an .exe application that has window on it and it closes when some coditions become true. I wonder if there is a ways to find and disable that close window function? could you guys tell me steps that i need to follow in order to trace that closing function and disable it?Looking forward for replies.Thanks
Last edited by tony007; Dec 28th, 2008 at 05:38 AM.
-
Jan 11th, 2009, 06:23 PM
#2
Hyperactive Member
Re: How to find and disable the call to window closing func using OllyDebug debugger ?
well, yes its quite easy actually, u would have to open the api tab in olly to see what api's the programs using and you could put break points on all api's witch create windows (witch you will look for in the api help manual). Honestly for a complete video tutorial go here
http://video.reverse-engineering.net...avId=x1439c5f2
those tutorials will explain slightly better what you need. After all reversing is very fun if you know what ure doing in assembly and stuff :P
Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
 - 
-
Nov 26th, 2009, 06:07 AM
#3
New Member
Re: How to find and disable the call to window closing func using OllyDebug debugger
what you can do is set a break on DestroyWindow, then check your call stack.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|