ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Virtualization to Create Single EXEs from Mixed Assemblies

<< < (2/5) > >>

Renegade:
Hrm, if it supports both .NET assemblies and native DLLs, it has to either

1) unbundle the files to %TEMP% or whereever.
2) use manually coded and potentially fragile routines to load the native assemblies.

If the product does #1, please don't use it for your end-users' sake. Temp files == slow, and can trigger antivirus programs in the depressing way. If it's #2, test the result carefully across a wide range of Windows versions.

-f0dder (April 15, 2011, 06:47 PM)
--- End quote ---

It's virtualization. It loads DLLs into memory, then accesses them from there.

Renegade:
Check here:

http://boxedapp.com/technology.html



MilesAhead:
I've only given this a cursory try, but Enigma Virtual Box is similar and free.  There's an enhanced paid version.

Since I read this thread it prompted me to visit the site again. Seems v. 2.0 of EVB was just released on the 14th:

http://www.enigmaprotector.com/en/home.html

The "Protector" version claims .NET support and sells for $149 USD for single user license. I played around a bit with the free version. It was easy to use.  Rather like a simple installer wrapper app.

Renegade:
I've only given this a cursory try, but Enigma Virtual Box is similar and free.  There's an enhanced paid version.

Since I read this thread it prompted me to visit the site again. Seems v. 2.0 of EVB was just released on the 14th:

http://www.enigmaprotector.com/en/home.html

The "Protector" version claims .NET support and sells for $149 USD for single user license. I played around a bit with the free version. It was easy to use.  Rather like a simple installer wrapper app.

-MilesAhead (April 16, 2011, 01:30 AM)
--- End quote ---

Nice find! I've not tried it yet, but I'll give it a spin and post back what I find.

Thanks!

Renegade:
Well, it looks like the free one doesn't work for mixed assemblies. I've posted here: http://forum.enigmaprotector.com/viewtopic.php?f=20&t=807 --We'll see what happens.

Still have the other one to try out.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version