Flavio Santos

Results 15 comments of Flavio Santos

> We gave you credits in [this repo](https://github.com/EugeneSunrise/reWASD) and [this](https://github.com/RedDot-3ND7355/reWASD). Actually I don't really know how you feel about these "stuff", but in our case we needed to change code...

I have released Jitex 6.7.1-preview, which includes support for .NET 9. However, I will delay the official release until Microsoft officially releases .NET 9.

Hello, **About .NET Framework:** Jitex offers partial support for .NET Framework 4.6.1 and above. You can hook methods and tokens to manipulate them. However, during development to support .NET Framework,...

Hello, It's x86, x64 or ARM64? Can you detail more about the method you tried to recompile? Signature or something like: ```cs class MyClass { //Is implementation from some interface...

> Hi, windows x64 its abstract class with this method signature `private void Method(AnotherClass arg1)` Method has a body in the abstract class, not overrided Thanks for the info! I...