PDA

View Full Version : some anti-disassembler trick ?


NoLOcKs
May 3rd, 2009, 18:11
Hi all,

I have a program that is confusing me. When I load it into olly the program runs strait away and olly doesn´t show the code of program.
Can anyone tell me whas wrong.

Will be some anti-disassembler trick ?

dELTA
May 4th, 2009, 04:56
TLS hooks? Or main part of code placed inside a (statically linked) DLL and executed from its DLLmain?

dwarrior
May 13th, 2009, 17:00
My guess is native code with a .NET overlay. Try loading it in Reflector.