Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 exe,我试图了解它是如何工作的。当我单击 exe 的 UI 元素之一时,我认为它正在发出网络请求并接收数据。我将如何跟踪 exe 正在执行的操作?有没有办法使用动态分析来告诉我单击用户元素时正在执行什么?
Ciao,您可以尝试逆向工程方法。前段时间我使用JustDecompile并且它有效。