Search found 60 matches

by sanyock
Mon Aug 06, 2012 11:24 am
Forum: Problems
Topic: 3.8 unable to find a version of the runtime ...
Replies: 9
Views: 20161

Re: 3.8 unable to find a version of the runtime ...

All the plugins were disabled, otherwise the program crashes at startup
Did not find any workaround, had to to expose unprotected (only obfuscated) program to make it work
by sanyock
Sun Aug 05, 2012 6:24 am
Forum: Problems
Topic: Neither stock plugin works for me, anyone crashes the app
Replies: 1
Views: 6075

Neither stock plugin works for me, anyone crashes the app

I tried one by one all included plugins, and each of them crashes, after disabling all plugins the app starts fine
by sanyock
Sat Aug 04, 2012 7:44 am
Forum: Problems
Topic: 3.8 unable to find a version of the runtime ...
Replies: 9
Views: 20161

3.8 unable to find a version of the runtime ...

Windows 2008 R2
Net framework 4 extended

My client needs to work this URGENTLY!
by sanyock
Sat Aug 04, 2012 6:17 am
Forum: Problems
Topic: Asks for registration key again after program recompiled
Replies: 3
Views: 9338

Asks for registration key again after program recompiled

What I did: Built the program Protected with Enigma Executed on a test computer Registered with a hardware id for a first time Rebuilt the program Protected with Enigma Executed on a test computer Registration dialog appeared again (I do NOT want it, because already registered). It displays the same...
by sanyock
Wed May 23, 2012 8:36 am
Forum: Basic
Topic: Adding random protection calls to each method automatically
Replies: 0
Views: 6700

Adding random protection calls to each method automatically

What do you think about making a tool which would transform (like an obfuscator) a .net assembly by adding different (polymorphic) code to each method at different random places which would call Enigma API for checking protection status? Performance sensitive routings could be blacklisted from such ...
by sanyock
Wed May 23, 2012 7:38 am
Forum: Basic
Topic: Cracked APP
Replies: 7
Views: 18156

Re: Cracked APP

5. If possible, carry some code to external dll with unmanaged code, and call this dll from .net application. You may protect dll with Enigma too with using of VM and RegCrypt markers, which provide good protection level. Please let me know, is it possible to apply encryption to a whole 3-rd party ...
by sanyock
Thu May 17, 2012 12:40 pm
Forum: Problems
Topic: A few issues that need attention
Replies: 9
Views: 19684

Re: A few issues that need attention

May be a special "removal confirmation code" could be generated when a user clicks "unregister" button and his old license is invalidated. This code could be typed in to a developer's website to autogenerate a new license or at least e-mailed to developer just to confirm a remov...
by sanyock
Thu May 17, 2012 8:40 am
Forum: Problems
Topic: A few issues that need attention
Replies: 9
Views: 19684

Re: A few issues that need attention

YogiYang, unfortunately, people may lie about hardware changes, and ask for an another license to install to one more PC. The protection can't handle such situations, so you should decide yourself, give the customer another license for free or ask to buy. Anyway, relating to Enigma Protector. If yo...
by sanyock
Wed May 16, 2012 3:59 am
Forum: Problems
Topic: Reflection WPF .net
Replies: 5
Views: 15404

Re: Reflection WPF .net

Is it allowed to disable obfuscation of a .NET assembly if using 3rd party obfuscator?
Btw, is obfuscation feature missing from the demo?
by sanyock
Wed May 16, 2012 3:53 am
Forum: Basic
Topic: Execute virtualized executable
Replies: 3
Views: 9892

Re: Execute virtualized executable

Enigma wrote: should set the property
Action to "Never write to disk".
"Map file using temporary file".
Does "Map file using temporary file" mean this file will be written to disk anyway in tmp folder and executed from there?