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
您可以配置它应该停止的位置。默认情况下,它停在 PE 标头中提到的程序入口点。
您可以打开内存映射并在转储窗口或反汇编中打开其中列出的任何页面。你也可以跟随反汇编中的任何跳转。所以你可以看到所有的代码。