I want to create Single file with main DLL protection by VMP.
(I dont want to create Self Contained Exe using VS2022)
Because it generates single file without protection.
So i need 1st protection of DLL file then want to create Single file (bundled) means ..
Hello.DLL(Protected by VMP) + Hello.exe + .Net core runtime files (When we publish program using VS2022)
I am using latest VMPROTECT 3.6 DEMO.
Test 1 - If i select Hello.DLL file in VMprotect Then "Files" option not showing.
Test 2 - If i select Hello.exe(Published self contained folder) Then i can see "Files" option. Then I selected all runtime files(1 by 1. bad thing here in VMPROTECT FILES TAB no selection for adding multiple DLL RUNTIME files it takes my 20 minutes

Without adding Protected Hello.Dll.
Now i have Hello.vmp.exe and another dll hello.dll
Program is working fine
(BUT BUT .. I want to created 1 FILE without Hello.dll showing there.)
Test3 - if i added Hello.dll into it(in test 2 Files Tab) Then program not working.
Visual Studio 2022 Steps:
Create hello word Console Application C# .NET CORE 6.0 Self Contained>x86 any CPU>Released>Publish (Produce Single file is Unmarked
Click Publish.
Here in publish folder Multiple dll files with Hello.DLL and Hello.EXE
Simple Requirement : As mentioned VS Settings I just want to protect my DLL with virtualization methods In VMP
And Want to create Single File(Without any dll in launch folder).
That is Hello.DLL(Protected)+ All required .net core runtime files (api.ms which available at published folder)
Please Reply me...
I want to buy your software.
Just Create a simple Hello Word Program with Console.Read();
Tell me how to do this?????