Search found 9 matches

by popcade
Thu Nov 06, 2014 12:12 pm
Forum: Enigma Virtual Box x86/x64
Topic: Symbolic link of "input file" to "%DEFAULT FOLDER%"
Replies: 2
Views: 10897

Re: Symbolic link of "input file" to "%DEFAULT FOLDER%"

I have similar issue and I recompiled many 3rd party dlls to make them work, I don't know if patch the modules without recompile will work. But a small stub exe isn't a reliable way as when EnigmaVB launch the exe inside the box, it have to create a random stub exe, which can be stopped by AntiVirus...
by popcade
Sun Nov 02, 2014 3:49 pm
Forum: Enigma Virtual Box x86/x64
Topic: Attached executable running no need t extract
Replies: 1
Views: 8913

Re: Attached executable running no need t extract

From what I understand EnigmaVB creates a "stub(not real)" exe when launching a exe from inside the box, the stub is created in random names, because in Windows is hard to create a process from non-disk location. Your real exe is not actually exposed, however EnigmaVB is meant for packagin...
by popcade
Wed Oct 22, 2014 6:26 am
Forum: Enigma Virtual Box x86/x64
Topic: How to handle auto-updates with Virtual Box?
Replies: 3
Views: 13405

Re: How to handle auto-updates with Virtual Box?

Don't have to change your code, just have a external update checker with NSIS etc, like:
http://nsis.sourceforge.net/Check_online_for_Updates

Then
http://nsis.sourceforge.net/Remote_Secure_Installer

This is an external thing and sould not interfere with your normal building/packing routines.
by popcade
Wed Oct 22, 2014 5:39 am
Forum: Problems
Topic: Pack file security against Injection Tool.
Replies: 5
Views: 16347

Re: Pack file security against Injection Tool.

Hi, To describe what I means, please look the tool Here , and try to using it. As present most virtualizer can be easily invested by this tool and in my test, the current Themida's xBundler can avoid the file extracting dll, while most other packers not. As you know now more and more devkits rely on...
by popcade
Mon Oct 20, 2014 12:31 pm
Forum: Problems
Topic: Pack file security against Injection Tool.
Replies: 5
Views: 16347

Re: Pack file security against Injection Tool.

Hi, I do understand what you said, but the issue is I'm using a 3rd party game engine and I need to invest time to make a pack algo, however tools like GLBasic and BlitzBasic have no native way loading from a file archive to memory bank yet. And yes, I do want to make an engine by myself or some eas...
by popcade
Sat Oct 18, 2014 1:18 am
Forum: Problems
Topic: Pack file security against Injection Tool.
Replies: 5
Views: 16347

Pack file security against Injection Tool.

Hi, I'm planning to buy a copy of Enigma(32), previously I'm using MoleBox9x, now it's insufficient and Enigma is just what I need, however I tested with demo version of Enigma 4.1, the virtual box can be still easily be extract by a certain tool via DLL Injection (you probably know the tool as I ma...
by popcade
Tue Nov 12, 2013 9:34 am
Forum: Enigma Virtual Box x86/x64
Topic: Error packing GLBasic compiled exes (with exmaples).
Replies: 3
Views: 10918

Re: Error packing GLBasic compiled exes (with exmaples).

WOW :shock:

That's the fastest fix I ever saw, thanks a lot, does this fix also applies to Enigma Protector?
I'll spread the info to GLBasic forum to attract more potential user.
by popcade
Sun Nov 10, 2013 1:05 pm
Forum: Enigma Virtual Box x86/x64
Topic: Node-webkit app with a lots of files takes long to start
Replies: 4
Views: 17314

Re: Node-webkit app with a lots of files takes long to start

Hi,

I have same exerience, I VirtualBoxed MinGW compiler directory, when compiling, the speed become slower
(from 0.5 sec to 6 sec), that might be some bottleneck with file searching.

In most case, I don't feel the speed slow down on most programs.
by popcade
Sun Nov 10, 2013 1:02 pm
Forum: Enigma Virtual Box x86/x64
Topic: Error packing GLBasic compiled exes (with exmaples).
Replies: 3
Views: 10918

Error packing GLBasic compiled exes (with exmaples).

Hi, Today I tried to pack the sample from GLBasic itself, but the compiled EXE doen't work, my OS is Win7 Pro SP1 x64, here's the example for testing. http://www.icworx.org/GLBSample.zip (not my place, file valid till Nov 30, 2013) I attached the require testing files available. The samples are from...