Search found 4 matches

by jimman
Thu Sep 18, 2025 10:42 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 92

Re: console option to control packing

You need to do the following steps: 1. Open any binary with GUI version. 2. Select required options in the "Options" section 3. Delete all markers in the "Functions for Protection" section 3. Save project file as "default.vmp" 4. Use console version with real binary an...
by jimman
Thu Sep 18, 2025 10:13 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 92

Re: console option to control packing

You need to make ".VMP" with required options and use it for console version. As I am integrating the vmprotect_con with the CMake build system I need to use it without a ".vmp" project file. The markers are defined in the code to protect the relevant sections and these markers ...
by jimman
Thu Sep 18, 2025 9:44 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 92

Re: console option to control packing

Yes, I am a professional version licensed user.
by jimman
Thu Sep 18, 2025 8:31 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 92

console option to control packing

Hello all, I am trying to run the vmprotect_con on the binary file without a project file. I have marked the relevant sections of my C++ code with VMProtectBeginMutation("..") and VMProtectEnd() . And in CMake I have added add_custom_command() to invoke the vmprotect_con POST_BUILD on the ...