Not enough space for the new segment in the file header

Issues related to VMProtect
a47
Posts: 21
Joined: Tue Mar 27, 2018 10:31 am

Re: Not enough space for the new segment in the file header

Post by a47 »

yeah, sorry for whong -L usage, but i still cannot fix this issue
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Not enough space for the new segment in the file header

Post by Admin »

a47
Posts: 21
Joined: Tue Mar 27, 2018 10:31 am

Re: Not enough space for the new segment in the file header

Post by a47 »

The GNU linker(ld) hasnt -headerpad flag(or same): https://linux.die.net/man/1/ld
lld(llvm linker), too. Mac OS using own linker also called "ld" with another flags: https://www.unix.com/man-page/osx/1/ld/ (and only it has headerpad)
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Not enough space for the new segment in the file header

Post by Admin »

Could you send us a test example (original binary) that shows your problem?
a47
Posts: 21
Joined: Tue Mar 27, 2018 10:31 am

Re: Not enough space for the new segment in the file header

Post by a47 »

Admin wrote:Could you send us a test example (original binary) that shows your problem?
Yes, here is the example: https://0x0.st/s3Pf.so
Post Reply