Debugging a Obfuscated Application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • assaf

    #1

    Debugging a Obfuscated Application

    hi all

    i am using PreEmptive Solutions dotfuscator (community edition).
    and i am getting 'TypeLoadExcept ion' for a simple interface that i defined.

    how can i debug an obfuscated application?


    assaf



  • remotesoft

    #2
    Re: Debugging a Obfuscated Application

    In order to debug an obfuscated assembly, the obfuscator needs to maintain
    the a correct .pdb file for the obfuscated image. For those obfuscators that
    use ilasm to generate the final image file, the original .pdb file can not
    be used, and thus they don't support source code level debugging.

    You can try to download our Salamander .NET Obfuscator,



    Our obfuscator supports source level debugging, you can step through the
    original source code using the obfuscated image. It is very easy to figure
    out what is going on.

    In your case, you can examine the exception, and probablly you need to
    exclude some symbol names from obfuscation.


    "assaf" <assafwo@hotmai l.com> wrote in message
    news:eLIAbqnnEH A.2576@TK2MSFTN GP10.phx.gbl...[color=blue]
    > hi all
    >
    > i am using PreEmptive Solutions dotfuscator (community edition).
    > and i am getting 'TypeLoadExcept ion' for a simple interface that i[/color]
    defined.[color=blue]
    >
    > how can i debug an obfuscated application?
    >
    >
    > assaf
    >
    >
    >[/color]


    Comment

    Working...