Search found 5 matches

by ytttt
Tue Apr 28, 2020 1:43 am
Forum: Technical questions
Topic: Questions about VMProtect Demo
Replies: 9
Views: 6765

Re: Questions about VMProtect Demo

What part of our user manual is still not clear for you? I'm not sure if I understood the contents in http://vmpsoft.com/vmprotect/user-manual#step-2-5-locking-the-code-to-a-serial-number correctly, so I hope my questions can be confirmed. By the way, is it possible to link VMProtectSDK statically ...
by ytttt
Mon Apr 27, 2020 12:49 pm
Forum: Technical questions
Topic: Questions about VMProtect Demo
Replies: 9
Views: 6765

Re: Questions about VMProtect Demo

and protect the main function in the test example. After pasting the generated serial number to serial.txt It seems you forgot to call VMProtectSetSerialNumber(serial) before calling a locked function: http://vmpsoft.com/vmprotect/user-manual#step-2-5-locking-the-code-to-a-serial-number Oh I see .....
by ytttt
Fri Apr 24, 2020 10:19 am
Forum: Technical questions
Topic: Questions about VMProtect Demo
Replies: 9
Views: 6765

Re: Questions about VMProtect Demo

You have to switch off the option "Pack the Output File", because libstdc++.so calls some exported functions in your application while initialization. I have switched off that option in GUI version of VMProtect and got the executable vmp format successfully. Thank you for the solution but...
by ytttt
Thu Apr 23, 2020 2:11 am
Forum: Technical questions
Topic: Questions about VMProtect Demo
Replies: 9
Views: 6765

Re: Questions about VMProtect Demo

Could you send us a test example (original binary + VMP files) that shows this problem? Of course. I run the test example and VMProtect on Ubuntu 18.04 x64. Attachments ( https://github.com/goodmorning-coder/vmprotect-example ) include the test example, its vmp format and some shared libraries the ...
by ytttt
Wed Apr 22, 2020 2:10 pm
Forum: Technical questions
Topic: Questions about VMProtect Demo
Replies: 9
Views: 6765

Questions about VMProtect Demo

I try to protect a c++ executable by default setting but the vmprotect_con (same as vmprotect_gui) only outputs a smaller vmp executable, which being segmentation fault finally. Is there some steps I missing ?

Image