Page 1 of 1

VMProtect Lite Linux Version compile Error.

Posted: Thu Aug 18, 2022 1:24 pm
by navystone
Just got the VMProtect Lite for Linux and Test with my program
Option sestting for VMProtect:
Memory Protection: YES
Pack the output file: YES

1. open one x86 elf file produced by FPC, compile fail, the log says: "Invalid Commnad Address"
2. open x64 elf file produced by FPC, the same fail, the same error message.

Run the VMProtect under Slackware 15.0, with 5.15.40 kernel.

Re: VMProtect Lite Linux Version compile Error.

Posted: Thu Aug 18, 2022 5:44 pm
by Admin
Could you send us a test example (original EXE+VMP files) that shows your problem?

Re: VMProtect Lite Linux Version compile Error.

Posted: Fri Aug 19, 2022 8:35 am
by navystone
OK,I attached my testing file here.

Re: VMProtect Lite Linux Version compile Error.

Posted: Sun Aug 21, 2022 7:01 pm
by Admin
Fixed in the 1471 build.

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 2:46 am
by navystone
Thanks. I have tested this new version in my site.
1. Now, No "Invalid command address" compile error message found.
2. I pack the console application with VMP, and it run well after packed.
3. I pack the GUI application, such as with Qt GUI, it always report runtime error. event I have done nothing in the VMP config file, that is, no Memory Protection, No Pack output file, not stripe debug informtaion, it still report Runtime error.
"Runtime error 230 at 08083133"
"Segment fault"

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 3:59 am
by Admin
Any test example?

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 9:09 am
by navystone
try to test with nxpmgr.exe in the attached files.

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 9:33 am
by Admin
Do you use default .VMP?

P.S. It also requires libSM.6.so

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 10:16 am
by navystone
Yes, I use default setting.
I run ldd nxpmgr.exe,it seems that no libSM.6.so required.

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 10:33 am
by Admin
1.png
1.png (9.73 KiB) Viewed 3056 times

Re: VMProtect Lite Linux Version compile Error.

Posted: Mon Aug 22, 2022 1:20 pm
by navystone
Sorry to forget to tell you, my test program is x86, not x64. :oops: