I am trying to debug the RSA crypting and decrypting functions using cryptest r to understand how to use this part of the library.
When I run the program outside of VC++, no problem. If I trace remotely using WinDbg, no problem.
But if I trace using VC++, I get an exception.
Is it a known anti-debug trick or a bug?
And is there a way to avoid this exception? Debugging my program would be more convenient using VC++ when the code will be included into it.
Note: I use VC++ 6.0
Thanks,
Frederic