You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
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 :)
The text was updated successfully, but these errors were encountered: