VMProtect Lite Linux Version compile Error.

Issues related to VMProtect
Post Reply
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

VMProtect Lite Linux Version compile Error.

Post 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.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtect Lite Linux Version compile Error.

Post by Admin »

Could you send us a test example (original EXE+VMP files) that shows your problem?
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: VMProtect Lite Linux Version compile Error.

Post by navystone »

OK,I attached my testing file here.
Attachments
vmptest.tar.gz
(1.42 MiB) Downloaded 192 times
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtect Lite Linux Version compile Error.

Post by Admin »

Fixed in the 1471 build.
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: VMProtect Lite Linux Version compile Error.

Post 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"
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtect Lite Linux Version compile Error.

Post by Admin »

Any test example?
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: VMProtect Lite Linux Version compile Error.

Post by navystone »

try to test with nxpmgr.exe in the attached files.
Attachments
nxpmgr.tar.gz
(7.03 MiB) Downloaded 888 times
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtect Lite Linux Version compile Error.

Post by Admin »

Do you use default .VMP?

P.S. It also requires libSM.6.so
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: VMProtect Lite Linux Version compile Error.

Post by navystone »

Yes, I use default setting.
I run ldd nxpmgr.exe,it seems that no libSM.6.so required.
Attachments
libSM.so.6.7z
(12.19 KiB) Downloaded 163 times
ldd.png
ldd.png (149.88 KiB) Viewed 2926 times
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtect Lite Linux Version compile Error.

Post by Admin »

1.png
1.png (9.73 KiB) Viewed 2925 times
navystone
Posts: 17
Joined: Wed Oct 30, 2013 4:00 am

Re: VMProtect Lite Linux Version compile Error.

Post by navystone »

Sorry to forget to tell you, my test program is x86, not x64. :oops:
Post Reply