uniqmr

Results 4 comments of uniqmr

Thanks for reply. In Constant.cs : I wrote: ``` var k = new uint[0x12]; var n = (uint)Mutation.KeyI1; for (int i = 0; i < 0x12; i++) { n ^=...

Thanks. Brother, Best of luck.

Dear Sir, Modification I have made above is not working in your latest source. In Constant.cs : I wrote: ``` var k = new uint[0x12]; // instead of 0x10 var...

Dear yck1509, Same problem Here. After obfuscating my DLL with latest version of confuser causing VS2008 window to crash, when I use the DLL in a ASP.net web application. Also,...