Wanted a tool for decompiling obfuscated .NET code

后端 未结 2 1057
情深已故
情深已故 2020-12-30 18:36

I need a tool to decompile obfuscated .NET code. Yes, I know about Reflector and its plugins (FileDisassemble, FileGenerator). But they create VS project which won\'t compil

相关标签:
2条回答
  • 2020-12-30 19:11

    Salamander .NET Decompiler

    Xenocode Fox

    0 讨论(0)
  • 2020-12-30 19:17

    I've been able to disassemble and re-assemble most anything with just ildasm and then .Net Reflector for viewing. Reflector seems to handle all sorts of filenames without any issue.

    0 讨论(0)
提交回复
热议问题