View Full Version : program runs when loading
When I load some programs into olly the program runs strait away and olly doesnt show the code until the program is exeted. It previously was OK can anyone tell me whas wrong.
Thank you
evlncrn8
09-22-2007, 09:47 AM
tls callbacks?
naides
09-22-2007, 10:14 AM
Or the brunt of the program happens on a .dll and is started from the .dll entrypoint, when it gets loaded by the .exe and leaves Olly holding the bag while the ".dll" returns, which only happpens when the meat of the program is done. . .
Change Olly settings to break on module load, and see if this is the case. . .
blabberer
09-23-2007, 11:18 AM
Quote:
"Anti" OllyDbg:
LoaderFlags and NumberOfRvaAndSizes were modified.. I have Reverse Engineered OllyDBG and Soft ICE to find a few tricks that could slow down the analysis of a binary. With those two modifications, Olly will pretend that the binary isn't a good image and will eventually run the application without breaking at its entry point. This could be a bad thing if you wanted to debug a malware on your computer, because you would get infected.
|
http://www.honeynet.org/scans/scan33/nico/index.html
may be some thing like this
or may be not but still some other problems like odd imagebase
http://www.woodmann.com/forum/showpost.php?p=42918&postcount=26
drizz
09-23-2007, 02:39 PM
Or maybe it's just .Net App? Use PEBrowseDbg.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.