PDA

View Full Version : Multithread Application Debugging with Ollydbg


rmm
December 13th, 2006, 01:44
I am debugging an application (Program Name Deleted) with multiple threads.it is full working edition but with time limit of 5 minutes.Program goes in & out of multiple threads while running. Can any one guide how to use ollydbg when program has multiple threads ? Although when selecting option break when New thread starts is applied in Options menu of Ollydbg ,program breaks.What I observe that program starts new thread for 5 minutes and then exit the thread and return to another thread.
If any one has reference to tutorial with multiple thread ,please help.

JMI
December 13th, 2006, 03:51
How about you actually READ THE FAQ and then tell US what YOU have done by way of searching, both here and on the net to find the answers to your question. When you have done those two things, tell US what you have found and THEN ask for a nudge in the correct direction. If you have done ANY searching, if you had actually read the FAQ you would have known to tells us that and avoided my gentle comments.

Regards,

rmm
December 14th, 2006, 00:56
I have searched with 'Multiple threads programs " ,"ollydbg multithread tutorials" etc to get more information or tutorials with crackmes or application program , which guide how to dump or run or to jump particular thread only in an application.
With above search and search with other combinations also I was not able to get tutorial or information. I am new in this field.I have searched ARTeams tutorial and Lenas Tutorial ,they r very informative to new one.

Some tutorials have description but link to applications were outdated.
What I want to know or information or guidance is it possible in a multithread application to go to particular thread where program runs after all checks such as time periods validity license etc. and dump it and save to run as application.