Search found 8 matches

by leonaiverson
Tue Aug 26, 2025 8:03 am
Forum: Technical questions
Topic: linux elf segment option excluded from protection failed
Replies: 4
Views: 13290

Re: linux elf segment option excluded from protection failed

yeah.thx for your help.i'll use it in another nornal way.
by leonaiverson
Tue Aug 26, 2025 7:27 am
Forum: Technical questions
Topic: linux elf segment option excluded from protection failed
Replies: 4
Views: 13290

Re: linux elf segment option excluded from protection failed

thx for your reply. yeah your script worked , after compiling with the scirpt code,the output can be handled with "objcopy --update-section " (no error msg report ),but when run the "objcopy" handled file it crushed and report "cannot execute binary file: Exec format error&q...
by leonaiverson
Tue Aug 19, 2025 2:27 am
Forum: Technical questions
Topic: linux elf segment option excluded from protection failed
Replies: 4
Views: 13290

linux elf segment option excluded from protection failed

hi. i have a linux elf with a self define setion (__attribute__((section(".sigdata"), used)) unsigned char g_sig[256];)to be proteced. i wanna use vmp in this way: compile origin executable elf file,and protect it with vmp,then cal signature data of protected elf file ,at the end objcopy -...
by leonaiverson
Fri Mar 14, 2025 8:45 am
Forum: Technical questions
Topic: "initialization error 1" need help with windows version vmprotect protecting linux program
Replies: 7
Views: 28235

Re: "initialization error 1" need help with windows version vmprotect protecting linux program

yeah i wrote a helloworld test demo,the problem remian. the demo is add two int num initialized with rand() function,and std::cout the number and a helloworld string.its very simple i complie in a red hat 7.2 os ,the origin file and vmp shelled file can run normally ,but when useing on another compu...
by leonaiverson
Fri Mar 14, 2025 3:37 am
Forum: Technical questions
Topic: "initialization error 1" need help with windows version vmprotect protecting linux program
Replies: 7
Views: 28235

"initialization error 1" need help with windows version vmprotect protecting linux program

I have encountered some issues and need help vmprotect registered V3.9.1 Issue 1: I used the Windows version of VMProtect to protect a Linux program (as mentioned in the product documentation that this is possible). When the "Pack the Output File" option is enabled, the protected program d...