当我运行我的 Exe 时,有什么方法可以使用任何 Exe 分析器逐行获取代码。
问题场景如下。
I have Windows Exe with 30 supported .dll files.I want to trace code when i run this .exe.
I have already using ILSpy.exe which decompile code.But I want decompile code at run time same as SQL Server Profiler.
有什么方法可以将我的 .exe 反编译为 sql server profiler。