Jitex
Jitex copied to clipboard
A library to modify MSIL and native code at runtime
Currently, Jitex don't have any log to help debug or get information about runtime. Adding log will help to understand some cenarious and fix some bugs.
### Intercept call - [ ] How intercept call - [ ] Working with Parameters - [ ] Manage call flow - [ ] Modify instance from call ### Method...
### Intercept call - [x] How intercept call - [x] Working with Parameters - [x] Manage call flow - [ ] Modify instance from call ### Method Resolver - [x]...
Hello Dear, how many changes do I need make to add x86 .net6/7 support?
Hi! This is a great project and work. I have a question about Jitex: can it be used for methods that have already been JIT-compiled? Because many times, we may...
https://github.com/Hitmasu/Jitex/issues/85#issuecomment-1649120739 When Jitex intercepts a method, we don't add any exception handling. Therefore, if the method throws an exception, the Interceptor will be interrupted without a return or calling ReleaseTask....