ElektroKill

Results 77 comments of ElektroKill

Is there a chance for this issue to be fixed in the upcoming previews for ILSpy 8?

I did a bit of debugging on this issue. It looks like the problem lies in the `CSharpResolver.LookupSimpleNameOrTypeName` method which incorrectly identifies the internal `AssemblyRef` class in `System.Core` as a...

A more "complex" test case: ```c# unsafe class MixedTests { static void Mixed1(uint[] y, uint l, uint* e) { uint h = 0; for (uint i = 0; i <...

I went ahead and tested this with ILSpy 2.4 and the result for some of these test cases is slightly better: ```c# namespace ILSpyPointerIncrement { internal class ByteCases { private...

Hello, I've gone ahead and extended the test cases. I've also concluded that there is no difference in decompilation results between pointers to locals and pointers to parameters. ### Updated...

It’s because of the XorshiftConstants class, The injector only knows how to inject one class and if it finds a reference to a different one it adds the module containing...

This would require updating IC2 to the latest beta version. Not sure what exactly changed in the versions between the current one and the latest one but there could be...

> Last time I updated IC2 it introduced several dupe bugs, so I'm reluctant to do that 😅 Yeah, IC2 is well known for dupe bugs... I think an update...