Click to See Complete Forum and Search --> : Using the Win32 Debug API in C/C++
tepez
December 6th, 2006, 05:04 AM
I want to write a program which uses the Win32 Debug API. I read this (http://spiff.tripnet.se/~iczelion/tut28.html) tutorial and all the example codes are written in ASM.
How can I invoke the debug API functions using C/C++ ?
wildfrog
December 6th, 2006, 05:14 AM
You can take a look here (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/about_basic_debugging.asp) and you should be able to find both API reference and code samples.
- petter
Krishnaa
December 6th, 2006, 05:21 AM
And what are you trying to do with debug API's ?
tepez
December 6th, 2006, 05:45 AM
write a program that opens another program, make it do some things and change its memory.
stephenteh
December 6th, 2006, 09:35 AM
it's fairly easy to change the asm code from the tutorial to C++. I have done so for my own project. Alternately u can check this page
http://msdn2.microsoft.com/en-us/library/ms681675.aspx
it should gives u a very good startup
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.