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

How to support .NET 4.7.2 and is it injectable #2

Open
Bonjour123 opened this issue Feb 14, 2019 · 2 comments
Open

How to support .NET 4.7.2 and is it injectable #2

Bonjour123 opened this issue Feb 14, 2019 · 2 comments

Comments

@Bonjour123
Copy link

Bonjour123 commented Feb 14, 2019

Hello,

Could you explain me quickly how I would do to bring support to .NET 4.7.2 ?

Also, if I want to hook the CompileMethod in another process, would it work to embed it into a dll, and inject this dll. Hook.hook would then be called at loading using this hack( C# equivalent of dllMain).

Thank you :)

@Bonjour123
Copy link
Author

@maddnias Up ?

@Bonjour123
Copy link
Author

Bonjour123 commented Feb 16, 2019

Ok, 2 things, first you don't answer to issues, it's your choice, I'm still thankful that you provided your code, however, a little support would take you much time. Secondly, your commented code in Test doesn't work and will never work like this: because the HookedCompileMethod will be called in turn, creating an infinite loop which ends by a stack overflow... And a little note in the comments indicating this problem wouldn't be bad and prevent people for trying to make it work

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