mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Forgotten file
new file: src/amd64-linux.elf-so_entry.lds
This commit is contained in:
parent
d4deb2a100
commit
d00ba4b465
13
src/stub/src/amd64-linux.elf-so_entry.lds
Normal file
13
src/stub/src/amd64-linux.elf-so_entry.lds
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
|
||||||
|
OUTPUT_ARCH(i386:x86-64)
|
||||||
|
|
||||||
|
|
||||||
|
SECTIONS
|
||||||
|
{
|
||||||
|
.text : {
|
||||||
|
}
|
||||||
|
ELFMAINX : {
|
||||||
|
*(ELFMAINX)
|
||||||
|
*(.text)
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user