当我运行我的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。