I am trying to do a bit of disassambly on a dll I made a while ago which contain key functions that I can not remember which I need for a new project, however, whenever I try to open it on the Reflector I get:
d3st1nytime, Module 'C:\Documents and Settings\4dan\Mis documentos\Visual Studio 2008\Projects\d3st1nytime\Debug\d3st1nytime.dll' does not contain a CLI header
It is strange consider it I did not protect it against reverse engineering or anything, and it was made useing visual c++ 2008 express edition
d3st1ny
0

Comments

4 comments

  • DanielRose
    Reflector disassembles managed code (CLI). It doesn't work for unmanaged C or C++ code.
    DanielRose
    0
  • JasonC
    This is correct. Reflector only works on .NET assemblies. It will disassemble managed C++, but not unmanaged C or C++.
    JasonC
    0
  • ag_19
    but if the program compiled b .net ??
    any ideas??
    ag_19
    0
  • pipiscrew
    if compiled on VS.NET and u got this messy means that author used a protector! (obfuscator OR compressor)
    pipiscrew
    0

Add comment

Please sign in to leave a comment.