Search found 7 matches
- Sat Aug 23, 2025 12:37 pm
- Forum: Technical questions
- Topic: musl support
- Replies: 5
- Views: 4270
Re: musl support
Are you planning to support musl? It seems you didn't understand what the topic starter wants. How sad, I really needed the vmp lib that didn't depend on glibc, if at least the vmp lib code were public, I could try to build it directly on Alpine Linux and solve the building problems. Or maybe somed...
- Mon Aug 18, 2025 9:35 am
- Forum: Technical questions
- Topic: musl support
- Replies: 5
- Views: 4270
musl support
Is there any version of vmp lib for musl ? or a way to compile it I'm trying adding a version of my program with full static musl linking, and VMP lib is the only thing i can't migrate, i even considered not linking the lib and only using the GUI to protect, but i do use some functions of the lib in...
- Sat Aug 09, 2025 11:43 pm
- Forum: Technical questions
- Topic: VMP Protection causing Segfault
- Replies: 5
- Views: 5477
Re: VMP Protection causing Segfault
Never mind, after EXTENSIVE testing I found that the issue was caused by a specific .cpp file I was linking. It was using static Hyperscan + static PCRE, and apparently the TLS/relocations generated by these libraries were fine normally, but after protecting the binary with VMProtect they were alway...
- Fri Aug 08, 2025 8:16 am
- Forum: Technical questions
- Topic: VMP Protection causing Segfault
- Replies: 5
- Views: 5477
Re: VMP Protection causing Segfault
Same problem with demo version, i have no idea of what to do anymore
- Thu Aug 07, 2025 11:35 pm
- Forum: Technical questions
- Topic: VMP Protection causing Segfault
- Replies: 5
- Views: 5477
VMP Protection causing Segfault
Out of the blue i started getting segfault whenever i run a version of my program wich i protected with VMP. I was not having this problem before. If i run my program without protecting it with VMP it works just normal. I already tried removing all function protections, removing packing, creating a ...
- Sun Sep 29, 2024 4:50 pm
- Forum: Technical questions
- Topic: What are [clone .cold] functions ?
- Replies: 3
- Views: 13265
Re: What are [clone .cold] functions ?
Got it... So yeah, I should protect it too, right ?
- Sat Sep 28, 2024 3:22 pm
- Forum: Technical questions
- Topic: What are [clone .cold] functions ?
- Replies: 3
- Views: 13265
What are [clone .cold] functions ?
What are these "[clone .cold]" versions of the actual functions that appear when i'm protecting my stuff ? should I protect 'em too ?