ElektroKill

Results 77 comments of ElektroKill

@BahNahNah is the bug/issue fixed ?

Issue in method `Class148.DefaultCheckCopyed` occurs because when TDCU executes it expects the first instruction of the init block of the display class to be the first assignment to the display...

See also: https://github.com/icsharpcode/ILSpy/issues/3115#issuecomment-1807079858 (the file in the issue is obfuscated with control flow obfuscation)

This file is partially obfuscated with control flow obfuscation which interferes with the decompiler. ![image](https://github.com/icsharpcode/ILSpy/assets/37494960/693da534-b198-44c6-a473-dffa9c190507) These methods all utilize an unassigned field in the class. This is typical obfuscation for...

> Can you share the project you used to create this? The data stored in the resources stream does not resemble anything that looks like an icon. Thanks! The reason...

Diagnosis of this issue: This issue is caused by a failure to resolve the correct dependency assembly in the BAML decompiler type system. This error occurs in this function, which...

> Can we migrate code from dnSpy? dnSpy is licensed under GPLv3 and dnlib is licensed under MIT. GPLv3 is more restrictive license then MIT. Only way would be to...

Hi, it seems the version of ConfuserEx you are using is unoriginal! Does the crash occur in non modified ConfuserEx from this repository? Maybe one of the modifications applied is...

I've looked more at the trace service and I've realized that it does not really support multiple sources for one argument. Would it be possible to implement such behavior?

If you are okay I can make a pull request that addresses points 1 and 3. However, I don't think I know this service well enough for points 2 and...