Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

目标方法如果被委托包装时Hook失败 #16

Open
DonetCracker opened this issue May 12, 2020 · 0 comments
Open

目标方法如果被委托包装时Hook失败 #16

DonetCracker opened this issue May 12, 2020 · 0 comments

Comments

@DonetCracker
Copy link

如果目标方法被委托包装后再执行则无法成功Hook。
例如:

new Thread(() =>
      {
         // 需要被Hook的目标方法
         TargetMetod();

      }).Start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant