Error compiling VM

Issues related to VMProtect
Post Reply
samgio
Posts: 2
Joined: Wed Mar 22, 2023 6:47 pm

Error compiling VM

Post by samgio »

I purchased the ULTIMATE version, but after a few minutes of testing the last build, I had this problem:

This program was made with an unlicensed compiler.
Buy the PRO version to distribute your EXE.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Error compiling VM

Post by Admin »

Please notice that out software never shows such errors.
samgio
Posts: 2
Joined: Wed Mar 22, 2023 6:47 pm

Re: Error compiling VM

Post by samgio »

This problem has already been solved, but I have another one.
I need to embed some files and other executables inside the VM and I would like to know how to do this.
https://prnt.sc/2y3Y4d87Nhou
So that I can point these other executables inside the VM, do I need to do this via script or just adding how files will work?
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Error compiling VM

Post by Admin »

It seems you don't know that virtual files work only in the current process and Windows don't know anything about them when you calling CreateProcess. So you have to write a virtual EXE to a disk before executing.
Post Reply