I am trying to put a breakpoint each time a new thread is opened by an application for which I do not have the source code
I was able to put kernel32!CreateThread in the breakpoint conditions, it gives me a breakpoint when certain threads are created, but I noticed that under IDA it manages to detect more threads than Visual Studio
Is there another way to do this than setting the kernel32!CreateThread condition to capture all threads?
Doesn't seem to be a problem in language selection as I have already selected "all languages" to test