ElektroKill

Results 77 comments of ElektroKill

After reviewing point 4 on my list it turns out that it is actually invalid. I’ve updated the list and now only point 2 remains :)

I would like to make sure that the old and new assemblie could use the same new names. This makes tracing errors in multiple versions of software much easier.

ConfuserEx needs all the dependencies to function properly. Costura.Fody embeds these dependencies into the module and ConfuserEx is unable to resolve them as it expects them to be present next...

@wmjordan Didn’t think about the handling of ToString since I thought it could just get excluded. I terms of performance I have done some experiments and using pure numbers can...

I think he means a packer that packs a .net exe file into a native file which then starts the .net app.

In the original version I was able to get it to work on framework version 2.0. I believe JIT antitamper utilizes a trick that was broken by newer versions from...

So basically a lot of the baml analysis code will have to be rewritten?

The normal mode is too simple, but a lot of cfex tools only support normal mode. Removing it would help improve the obfuscation strength for people that don’t use project...

Use the latest build from `master` branch, it is capable of reading this bundle file. Download can be found here: https://github.com/icsharpcode/ILSpy/actions/runs/9405226877