Jitex icon indicating copy to clipboard operation
Jitex copied to clipboard

A library to modify MSIL and native code at runtime

Results 16 Jitex issues
Sort by recently updated
recently updated
newest added

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.

feature

### Intercept call - [ ] How intercept call - [ ] Working with Parameters - [ ] Manage call flow - [ ] Modify instance from call ### Method...

documentation

### Intercept call - [x] How intercept call - [x] Working with Parameters - [x] Manage call flow - [ ] Modify instance from call ### Method Resolver - [x]...

documentation

Add support to new version of .NET

feature

Hello Dear, how many changes do I need make to add x86 .net6/7 support?

help wanted

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...

feature

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....

feature