Flavio Santos

Results 10 issues of Flavio Santos

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

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

Currently, Jitex only expects one 'ret' instruction AND as the last instruction in the body. When the method has multiple 'ret' instructions, we're not covering all paths. Example: MSIL Body...

bug