Search found 15 matches

by Leonard
Thu Apr 10, 2014 4:22 pm
Forum: Problems
Topic: cant send pms.
Replies: 0
Views: 11207

cant send pms.

hello ,

enigma i ve sent you a pm but it stays in outbox.

thanks
by Leonard
Wed Feb 19, 2014 2:40 pm
Forum: Problems
Topic: Can't send you PM
Replies: 0
Views: 10956

Can't send you PM

Hello,

"Enigma" would you please check your pms I've sent you the dll source , it seems that I can't send pms because they go in the outbox. I really need your help.

Thank you
by Leonard
Sun Jan 26, 2014 10:21 pm
Forum: Basic
Topic: Read from a file located in memory which is generated by dll
Replies: 1
Views: 10746

Read from a file located in memory which is generated by dll

Hello,

Is there any way enigma could read from a file located in memory which is generated/created by a dll which is also added in enigma as plugin?
by Leonard
Wed Oct 23, 2013 6:19 pm
Forum: Problems
Topic: Managed DLL in Enigma
Replies: 1
Views: 8264

Managed DLL in Enigma

Hello, I'm trying to find a way of adding managed dll ( made in c# ) in Enigma. I'm getting "Internal Protection Error,please contact to author!" but I'm not sure why. The two functions : Enigma_Plugin_Description() | Enigma_Plugin_About() were added and the return literal is the one enigm...
by Leonard
Wed Apr 03, 2013 12:04 pm
Forum: Problems
Topic: Hide name from proceslist
Replies: 9
Views: 25235

Re: Hide name from proceslist

There's a chance to "hide" the process .

I've done this in C# long time ago the fact is that you can make your application 'invisible' by 'removing' the application from taskmanager after it was added and stop refreshing so it won't be added again in tmanager.
by Leonard
Fri Jan 11, 2013 3:04 pm
Forum: Enigma Virtual Box x86/x64
Topic: Option "neverwritetodisk" is requesting new file creation
Replies: 3
Views: 14136

Re: Option "neverwritetodisk" is requesting new file creatio

Thanks for your response, The .dat is just a simple file with some text required by the application. I made a simple program for opening the .dat file then the file was protected with enigma and the .dat file was added to VirtualBox->Files ( Default path + never write to disk ) and I'm still getting...
by Leonard
Fri Jan 11, 2013 2:20 pm
Forum: Enigma Virtual Box x86/x64
Topic: Option "neverwritetodisk" is requesting new file creation
Replies: 3
Views: 14136

Option "neverwritetodisk" is requesting new file creation

Hello guys, I'm trying to protect my executable and beside this , I'm using virtualbox to protect a certain file from being accessed/seen by the users.I've chosen the "never write to disk" setting for the selected file and the default directory. After the file is being protected , when I e...
by Leonard
Sat Aug 04, 2012 11:36 am
Forum: Basic
Topic: Check-up executed processes - sleep between each process?
Replies: 1
Views: 9545

Check-up executed processes - sleep between each process?

Hello,

I'm wondering if the "Executed processes" function contains "Sleep(x)" after a process is checked.
Because If I have 140 processes , check-up set to 10 seconds ...my application may crash , and I can't change the check-up time because of some protection reasons.


Thanks,
by Leonard
Sun Jan 29, 2012 4:10 pm
Forum: Basic
Topic: Protection against debuggers?
Replies: 7
Views: 28044

Re: Protection against debuggers?

Sorry maybe I misunderstood , so .

If they open my protected file via debugger it will work? I mean the anti-debugger will work?? .
Protected file must run and that's the only way of protecting from debugger
by Leonard
Sun Jan 29, 2012 2:55 pm
Forum: Basic
Topic: Protection against debuggers?
Replies: 7
Views: 28044

Re: Protection against debuggers?

Well..those who're cracking can open the file in any debugger and they can do " their job " .