开发者

reflector

0
  • Static analysis of .net assembly

    I have a C# project for which I need to find the all private methods which are not called from any other public method directly or indirectly.[详细]

    2022-12-10 08:56 分类:问答
  • Partially disassembling .net executable

    I need to write a relatively small program to parse .net executables and generate the list of calls to external methods. For example if System.Console.WriteLine is called inside the file the tool shou[详细]

    2022-12-09 03:38 分类:问答
  • Disassembling WPF4 beta2 DLLs with Reflector

    I\'m trying to disassemble some of the DLL of the new WPF4 Beta2 framework. However, all I have is empty methods for a开发者_高级运维ll types. I\'m not having this problem for other DLL (for example m[详细]

    2022-12-09 01:35 分类:问答