Search found 13 matches

by Poseidon77
Wed Dec 05, 2012 4:28 pm
Forum: Basic
Topic: Merged dll's and Virtual Box difference
Replies: 5
Views: 19123

Re: Merged dll's and Virtual Box difference

Do you mean ILMerge not making a single exe mixing dll and main exe codes?
So in a merged exe how does enigma protector decide to protect only main exe codes? And why is not protecting codes that comes from dll inside a merged exe? How can Enigma know and seperate codes inside a merged exe?
by Poseidon77
Wed Dec 05, 2012 11:32 am
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Re: Not Protect API

Hi again,

I solved this issue at the end.
As you mentioned previous post, calling to csc.exe is broking my codes and serialization. So then, I follow the other approach:

If I compile the project without generating XMLSerialization dlls and then merge BugTest.exe and MyLibrary.dll as a new BugTest ...
by Poseidon77
Wed Dec 05, 2012 10:02 am
Forum: Basic
Topic: Merged dll's and Virtual Box difference
Replies: 5
Views: 19123

Re: Merged dll's and Virtual Box difference

Ok. I understand you. If I merge my .net exe and my .net dlls on a new c# exe using ILmerge tool, and then protect this new exe, will enigma protector protect my dlls codes that inside the merged exe?
by Poseidon77
Mon Dec 03, 2012 4:17 pm
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Re: Not Protect API

Hi Enigma,

I made all things that you said and my e-mail application (BugTest.exe) worked well and read/write to user config file is succesfull.
But my real application is saving some values from a dll and from a main exe (BugTest.exe). In this case, I adapted BugTest.exe to simulate my real ...
by Poseidon77
Thu Nov 29, 2012 11:41 am
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Re: Not Protect API

Stage of the decision-making for buying Enigma...
Can you analyze my sample? Can you explain me what's going wrong with my Enigma protected application?
by Poseidon77
Tue Nov 27, 2012 11:47 am
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Re: Not Protect API

I send an application and some codes to support@enigmaprotector.com.
E-mail subject is ApplicationSettingsBase saving problem.
by Poseidon77
Tue Nov 27, 2012 9:29 am
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Re: Not Protect API

I renamed the exe but again no way to save application settings.
by Poseidon77
Mon Nov 26, 2012 10:14 pm
Forum: Basic
Topic: Not Protect API
Replies: 11
Views: 39027

Not Protect API

My .Net application using ApplicationSettingsBase (a class on the System.Coniguration namespace of .NET) to save user data to user scoped folder. All process is completly successfull when there's no protection on the exe. But if I protect the exe with Enigma protect button from Enigma GUI then ...
by Poseidon77
Mon Nov 26, 2012 11:38 am
Forum: Basic
Topic: Is Enigma32.exe thread safe for multithreading
Replies: 3
Views: 11683

Re: Is Enigma32.exe thread safe for multithreading

Yes, for .NET application I'll of course use VM markers for unmanaged code. (I've some important C++ dlls on the project).
I plan to encrypt all requested (internet download link) exe's with Hardware Id for maximum protection. And I'd like to make this by using enigma32.exe command tool not to do ...
by Poseidon77
Mon Nov 26, 2012 11:04 am
Forum: Basic
Topic: Is Enigma32.exe thread safe for multithreading
Replies: 3
Views: 11683

Is Enigma32.exe thread safe for multithreading

Is Enigma32.exe (console version) thread safe for multithreading ?
I plan to use console application for genarating protected exe's that encrypted by hardware ID (dynamic exe generation).
I need multithreading because of protecting process can be occur at the same time.
What do you think about it?