Visual Studio Debugging without Source Code
时间:
2020-07-03 09:30:03
阅读:
67
评论:
收藏:
0
[点我收藏+]
- Decompile the dll, find the function you need.
- Attach to Process: w3wp.exe - your application‘s pool
- Debug -> Windows -> Breakpoints.. -> New -> Function Breakpoint: Type the function name with the namespace you found.
- See the variable in Local window.
Visual Studio Debugging without Source Code
原文:https://www.cnblogs.com/dalianliyan/p/13228203.html