Sam

Results 4 comments of Sam

Bit late but ive started a rewrite to make it a bit more readable. https://github.com/BahNahNah/ConfuserExPlugins/tree/rewrite For whatever reason its corrupting the assembly and debugging it isnt giving me much help...

Can you check if the "create" factory has a condition for the type its trying to create? If its possible to upload the executable, i can have a closer look.

This bug is very strange. It seems to only effect certain applications. Seemingly ones with Types that gave generics. ![debug](https://i.imgur.com/fu37bcy.png) The checks in the create method statements always evaluate to...

> @BahNahNah is the bug/issue fixed ? The issue is you cant store the result of `typeof` in a local, you must have it as part of the `if` statement....