Results 1 to 2 of 2

Thread: What Windows APIs support debugging in a process?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2008
    Posts
    1,181

    What Windows APIs support debugging in a process?

    I know debuggers can step instruction-by-instruction through machine code. What Windows API functions are used for this, if if I want to write my own debugger? Does Windows API have debugger functions dedicated to doing things like executing one instruction at a time, and then returning the results of that instruction's execution (like the values of the CPU registers, etc)?

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,801

    Re: What Windows APIs support debugging in a process?


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