Search found 82 matches

by Ilya
Sun Aug 05, 2018 1:52 pm
Forum: Problems
Topic: CGI outputs... garbage?
Replies: 2
Views: 13564

Re: CGI outputs... garbage?

Hello!
Seems that your webserver does not start CGI script.
We see raw data of file instead of its execution.
You need to configure webserver.
by Ilya
Sat Aug 04, 2018 3:40 pm
Forum: Basic
Topic: Protecting mobile applications (Android/iOS)
Replies: 5
Views: 23491

Re: Protecting mobile applications (Android/iOS)

Enigma software designed for x86/x86_64 architectures for windows operating systems only. This is by design.
For supporting new platforms author need to create new protection system from zero.
by Ilya
Sat Jun 23, 2018 8:43 pm
Forum: Enigma Virtual Box x86/x64
Topic: Можно ли такое сделать?
Replies: 5
Views: 12942

Re: Можно ли такое сделать?

Насколько я знаю, таких стандартных возможностей нет.
Но Вы можете написать небольшой скрипт, который выполнит эту работу за Вас.
by Ilya
Sat Jan 20, 2018 4:14 am
Forum: Enigma Protector x64
Topic: EXE software protected by other security software.
Replies: 1
Views: 19816

Re: EXE software protected by other security software.

Hello!
Nested protection is supported only for .net files.
If you want to reset trial of protected software you need to buy it. Then your software will be "converted" into full version.
by Ilya
Sun Dec 31, 2017 12:23 pm
Forum: Problems
Topic: Bitdefender Issues
Replies: 4
Views: 13684

Re: Bitdefender Issues

Hello!
This is really bitdefender issue. I don't know how Vladimir can fix this because third-party software changes default control-flow of protected binary. You should write about this bug to the AV developers!
by Ilya
Thu Dec 28, 2017 6:29 am
Forum: Problems
Topic: I can Make My Exe copy easily
Replies: 4
Views: 11018

Re: I can Make My Exe copy easily

Disable all crc options in confuser.
by Ilya
Tue Dec 26, 2017 5:37 pm
Forum: Registration
Topic: No activation yet
Replies: 2
Views: 26189

Re: No activation yet

Hello!
All orders are processed manually by developer. Please wait!
by Ilya
Wed Nov 15, 2017 1:30 pm
Forum: Basic
Topic: Best Practices when using custom dialogs
Replies: 10
Views: 16222

Re: Best Practices when using custom dialogs

Please read p.m.
I will try to help you
by Ilya
Mon Nov 13, 2017 10:03 am
Forum: Basic
Topic: Best Practices when using custom dialogs
Replies: 10
Views: 16222

Re: Best Practices when using custom dialogs

I can't see any reason for using custom forms, except advanced design/custom registration. You cannot bypass standart form, if application is encrypted, using encryption constant option. Otherwise, you must understand what you are doing. Your application will be completely or partially unpacked in m...
by Ilya
Mon Nov 13, 2017 9:08 am
Forum: Basic
Topic: Best Practices when using custom dialogs
Replies: 10
Views: 16222

Re: Best Practices when using custom dialogs

If you really want to use custom reg form and do not want to use standart form, then you need to use crypto markers and place ALL sensitive code inside this markers!
Of cource you will need to use native language for creation this form.
Why are you do not want to use standart form?