Results 1 to 3 of 3

Thread: How to find and disable the call to window closing func using OllyDebug debugger ?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    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.

  2. #2
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Cool 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!!
    -

  3. #3
    New Member
    Join Date
    Sep 2007
    Posts
    7

    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
  •  



Click Here to Expand Forum to Full Width