reverse engineering - IDA does not break on new threads entry points, OllyDBG does -


i debugging program ida pro 6.4

the debugged program creates multiple threads different purpose. not know start address of content want debug. therefore used ollydbg break everytime new thread created. works well, , ollydbg breaks on newly created thread entry point.

i try same technique ida, use start address got using ollydbg let's try not cheat. trying break on each thread creation. debugger options activated "suspend on process entry point" , "suspend on thread start/exit"

ida options

i can see in threads being created in tool logging bar, ida won't break. missing anything? how reproduce ollydbg behaviour using ida?


Comments