Multi-threaded .NET application blocks during file I/O when protected by Themida
- by Erik Jensen
As the title says I have a .NET application that is the GUI which uses multiple threads to perform separate file I/O and notice that the threads occasionally block when the application is protected by Themida.
One thread is devoted to reading from serial COM port and another thread is devoted to copying files. What I experience is occasionally…