PDA

View Full Version : MultiThreaded Protections


zeelock
03-04-2005, 09:25 AM
Lo guys. I haven't seen at the moment crackmes with multithreaded processes that modify register (stack) values.

I was thinking about it last year reading the nice book of Kaspersky wich included some trick to avoid breaking the software.

Concept is to make something like 4+ parallel task wich exchange datas (maybe encrypted) for the Serial number generator.

Putting everywhere some nice exception. What do you think about it?