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.
我有一个在我将其加载到 Ollydbg 后自动运行的目标。此表单不会在入口点停止(但会继续执行并在某个点暂停,我必须按 shift + f9。)
有什么办法可以调试吗??
目标可能在入口点之前加载,通常是 tls。使用 NtGlobalFlag 插件来执行此操作。它通过设置 FLG_SHOW_LDR_SNAPS 标志来工作。
顺便说一句,这属于 rce stackexchange,而不是 stackoverflow。