Help in Olly ?

07/03/2012 23:09 badguy4you#1
is there an entire Modules search cuz i got headache from searching every Executable module one by one
07/03/2012 23:25 I don't have a username#2
Aren't it already doing that unless the dlls are injected?
07/03/2012 23:59 badguy4you#3
i just attach it to the client process
07/04/2012 00:11 I don't have a username#4
Yeah and it loads all the required dlls except injected ones as they're injected not loaded as assemblies. (I said this wrong I think LOL.) Anyways it should already include those, not sure if it shows the assembly instructions, but under find can't you choose something like search modules or whatever, but I'm sure it already does it o.o But not sure, not really using olly or any other debugging tools.
07/04/2012 00:58 { Angelius }#5
Right click -> search for -> All intermodularcalls

And in case i misunderstood your question...

Right click -> search for -> what you see is a list of all the search types that ollydbg supports
07/04/2012 02:19 Zeroxelli#6
He's probably talking about things like string search, which [should] only search the currently selected module.