Search found 7 matches

by karsky
Wed Feb 14, 2024 6:04 am
Forum: Enigma Virtual Box x86/x64
Topic: Is the EVB 10.50 download still available?
Replies: 4
Views: 1428

Re: Is the EVB 10.50 download still available?

Downloaded the latest version, there seems to be a problem with a .NET application:

Image
by karsky
Mon Jun 05, 2023 2:58 pm
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Re: Passing arguments to main executable for interpreters and usability

@Enigma, Hello, is there any plans to support lzma in the following release? (:
by karsky
Wed Apr 12, 2023 9:15 am
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Re: Passing arguments to main executable for interpreters and usability

Loader should be lower in size really. However compression algorithm we are using is not so smart as LZMA, but it performs very quick unpacking (quicker than LZMA does) which affects execution time. Btw, take a look at the option "Share to processes of all platforms", disablining this opt...
by karsky
Wed Apr 12, 2023 7:39 am
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Re: Passing arguments to main executable for interpreters and usability

Hi, there is used custom compression algorithm optimized for executable files. Agree that it does not provide such compression as LZMA does, because LMZA compresses whole file, but EVB compresses only embedded file (not the file itself and not the loader). Don't mean to complain, but 1.2mb for a lo...
by karsky
Sat Apr 08, 2023 2:04 pm
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Re: Passing arguments to main executable for interpreters and usability

Hi, such feature exists in our commercial software Enigma Protection, option Miscellaneous - Command Line. Hello again, I wrote an article about PHP console apps mentioning your software :) Could you please tell me what compression method does Enigma use, is it LZMA2? Interpreter with LZMA2 compres...
by karsky
Mon Mar 06, 2023 8:39 am
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Re: Passing arguments to main executable for interpreters and usability

Enigma wrote: Mon Mar 06, 2023 8:37 am Hi, such feature exists in our commercial software Enigma Protection, option Miscellaneous - Command Line.
Oh, didn't expect, alright, thanks
by karsky
Sun Mar 05, 2023 9:15 am
Forum: Enigma Virtual Box x86/x64
Topic: Passing arguments to main executable for interpreters and usability
Replies: 8
Views: 4405

Passing arguments to main executable for interpreters and usability

I seem it very reliable to create standalone interpretable executables with Enigma VB, I can send usable command-line php, python scripts to the community, without relying on compiled languages and installed software and security of applications. The main downside is that I have to use intermediary ...