Hi guys,
I want to create a simple application (like the Iczelion's tute 30) which just allows you to select an application, open it in debug mode and launch it with trace bit set, so you can count the number of instructions before it finishes.
I was wondering if from my 32-bit application I can launch a 64-bit application in debug to just count the number of instructions. I have done some tests but seems to fail.
Is that possible? Or I'm forced to create a 64-bit application to be able to launch and "debug" 64-bit applications?
Thanks!
|