Search found 9 matches

by jessielesbian
Tue May 04, 2021 10:23 am
Forum: Enigma Virtual Box x86/x64
Topic: I want to keep the relocation table
Replies: 1
Views: 5214

I want to keep the relocation table

I saw that EVB removes the relocation table from the executable. I want to keep the relocation table since I want to combine EVB with another packer.
by jessielesbian
Wed Jan 27, 2021 9:38 am
Forum: Enigma Virtual Box x86/x64
Topic: I used Enigma Virtual Box to virtualize an entire Microsoft.NET installation
Replies: 2
Views: 6047

I used Enigma Virtual Box to virtualize an entire Microsoft.NET installation

Here's a launcher that emulates the Microsoft.NET framework to all of its child processes. It uses Enigma Virtual Box for file and registry virtualization. It supports Microsoft.NET v3.0, v3.5, and v4.0.30319. I can't pack a Microsoft.NET executable outright since reflection doesn't work when the ex...
by jessielesbian
Thu Oct 15, 2020 6:47 am
Forum: Enigma Virtual Box x86/x64
Topic: How do you bundle an entire Microsoft.NET framework with your app?
Replies: 1
Views: 3174

How do you bundle an entire Microsoft.NET framework with your app?

Hi, I'd just want to bundle the Microsoft.NET framework with my application, to remove the need to install it. How do you do this?
by jessielesbian
Tue Oct 13, 2020 2:52 am
Forum: Enigma Virtual Box x86/x64
Topic: Running virtual executables that are also packed using enigma virtual box DoEs nOt wOrK!
Replies: 1
Views: 3721

Running virtual executables that are also packed using enigma virtual box DoEs nOt wOrK!

Hi, I have to run a virtual executable that is also packed using Enigma Virtual Box, and it doesn't seem to work. I done this in an attempt to fix some DLL late-loading bugs. Thanks!
by jessielesbian
Sun Sep 27, 2020 3:32 am
Forum: Enigma Virtual Box x86/x64
Topic: Is it possible to run a virtual executable created at runtime?
Replies: 1
Views: 3264

Is it possible to run a virtual executable created at runtime?

Hi, I'm working on an OpenSource DRM software, and I'm looking for a way to execute an EXE file directly from memory without writing it to disk. I believe that this can be achieved by dumping the EXE to a folder set to "new files and folders become virtual" and run it from there. Is this p...
by jessielesbian
Sun Sep 27, 2020 3:20 am
Forum: Enigma Virtual Box x86/x64
Topic: Create a portable version of an old x86 game
Replies: 3
Views: 4025

Re: Create a portable version of an old x86 game

You can compress your EXE with UPX before packing it!
by jessielesbian
Sun Sep 20, 2020 6:20 am
Forum: Enigma Virtual Box x86/x64
Topic: Create a portable version of an old x86 game
Replies: 3
Views: 4025

Re: Create a portable version of an old x86 game

There is a maximum EXE file size limit of 4 gigabytes. You can enable compression and see if it helps.
by jessielesbian
Tue Sep 15, 2020 1:44 pm
Forum: Enigma Virtual Box x86/x64
Topic: What compression method does EVB use, and can you guys change it to LZMA2?
Replies: 1
Views: 3040

What compression method does EVB use, and can you guys change it to LZMA2?

Hi, I want to know what compression method does EVB use. Also, I want to suggest that you guys switch to LZMA2 since it is super-fast, super-powerfull, and can be modified to support random accession.
by jessielesbian
Wed Aug 05, 2020 10:09 am
Forum: Enigma Virtual Box x86/x64
Topic: how to make a ramdisk-like virtual folder
Replies: 1
Views: 3457

how to make a ramdisk-like virtual folder

I understood that if I set a virtual folder to "new files and folders become virtual", I expect some ramdisk-like behavior. My virtual folder does not exhibit any "ramdisk-like" behaviors and instead, it seems to be readonly.