Search found 10 matches

by skiselkov
Fri Apr 13, 2018 3:33 am
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Ok, just asking, because I have no idea where the old binary is coming from. But let me do some more digging in my build infrastructure, I'm sure it's something on my end.
by skiselkov
Wed Apr 11, 2018 4:00 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Build 947 does something really weird. It seemingly replaces entire portions of the output binary with what looks like some stored binary blobs from the earlier versions of my compiled code. Quite how it does that, I do not know, but when I enable output packing on Mac, it behaves as if I had compil...
by skiselkov
Wed Mar 21, 2018 10:58 am
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Thank you for clearing that up. Unfortunately I can't change the library loading routines (they're done by a 3rd application), so I had to disable output packing on Mac.
by skiselkov
Wed Mar 07, 2018 6:47 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Just FYI, I've been able to get the dylib to load into the application when by disabling output packing in the VMProtect options. Is that a known limitation for dynamic libraries on Mac?
by skiselkov
Tue Mar 06, 2018 3:35 am
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Thank you. Now I can compile the file, but when I try to load the dylib into the application, I get this error: dlerror:dlopen(.../mac.xpl, 6): no suitable image found. Did find: .../mac.xpl: malformed mach-o image: segment .vmp1 file content overlaps segment .vmp .../mac.xpl: malformed mach-o image...
by skiselkov
Fri Mar 02, 2018 5:50 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

I believe I've run into the same issue when trying to compile a Mac build of my library using VMProtect 3.1.2.938 on Linux. It's not detecting the end marker and reading past the VMProtectEnd marker, resulting in multiple protected code segments overlapping. I've sent the binary to info@vmpsoft.com....
by skiselkov
Mon Feb 19, 2018 12:33 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

The new version works perfectly! Thank you very much, I'm very impressed at the speed of your support!
by skiselkov
Sun Feb 18, 2018 3:05 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

E-mail sent. Thank you for your help!
by skiselkov
Sun Feb 18, 2018 1:03 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Re: Address is already used by function error

Certainly. Do you have an e-mail or FTP server I can upload this to? I saw build@vmpsoft.com being used by some others. Is that a valid target?
by skiselkov
Sat Feb 17, 2018 11:46 pm
Forum: Technical questions
Topic: Address is already used by function error
Replies: 17
Views: 16418

Address is already used by function error

I'm building a Windows DLL on Linux and using VMProtect on Linux to protect the resulting DLL. But for some reason, some functions seemingly are generating address conflicts (see screenshot). The only way I can work around this is to turn off protection for the conflicting functions, which is not re...