Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a target that automatically runs after I load it in to Ollydbg. This form, doesn't stop at the entry point (but continues to execute and at a point it pauses, I have to press shift + f9.)

Is there any way to debug it??

share|improve this question

1 Answer

The target is probably loading before the entry point, usually a tls. Use the NtGlobalFlag plugin to do this. It works by setting the FLG_SHOW_LDR_SNAPS flag.

btw this belongs in the rce stackexchange, not stackoverflow.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.