CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: WatchUrBack

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,384

    Re: I have a question

    thanks for your reply..
    I wondered if anyone wrote int3 interrupt in application, how it will work..
    in debugger, debugger will handle it as break point, but in application, will it ignore that ?...
  2. Replies
    6
    Views
    1,384

    Re: I have a question

    thanks for all replys :)
    there left one thing that I wanna know ..
    please check if below are true or not..

    In debugger (like ollydbg .. I'm not sure if you know about it) , if a debugger runs...
  3. Replies
    6
    Views
    1,384

    I have a question

    hello.. I don't know if here's right place to ask this question.. but I wish it is..
    anyway What I wanna know about is.. INT3.
    if there's INT3 in code.. I learned there are two way of processing it...
  4. Replies
    5
    Views
    1,103

    Re: I've a question about SetWindowHookEx

    Very thanks!!
    You seem to be a creator of the windows
    thanks again and have a nice day :)
  5. Replies
    5
    Views
    1,103

    Re: I've a question about SetWindowHookEx

    you seem to know the answer what I need :)
    I almost understood what you told but.. I learned that callback function is called by OS not process. then doesn't it mean other processes doesn't need to...
  6. Replies
    5
    Views
    1,103

    I've a question about SetWindowHookEx

    hello :)
    I've a question..
    It may be involved in how callback function works
    anyway what I wonder is.. why we should use dll when using SetWindowHookEx
    I'm meaning global hooking.. when callback...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured