Reputation: 31
Basically what i'm trying to do is something like this:
Pseudo code:
if(ThreadMomModule.Name == "Skype.dll") { Thread[] aa = MomModule.Threads; foreach(Thread at in aa){ Suspend(aa);} }
Upvotes: 3
Views: 523