mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
name of file comments fixed
This commit is contained in:
parent
881bd53f60
commit
1dfd2443ac
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf64amd.asm -- Linux program entry point & decompressor (Elf binary)
|
||||
/* amd64-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary)
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* fold_elf64amd.S -- linkage to C code to process Elf binary
|
||||
/* amd64-linux.elf-fold.S -- linkage to C code to process Elf binary
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf64amd.lds -- static linker script to build l_lx_elf64amd.bin
|
||||
/* amd64-linux.elf-fold.lds -- static linker script to build amd64-linux.elf-fold.bin
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* a_lx_elf64.c -- stub loader for Linux 64-bit ELF executable
|
||||
/* amd64-linux.elf-main.c -- stub loader for Linux 64-bit ELF executable
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf32arm.S -- Linux program entry point & decompressor (Elf binary)
|
||||
/* arm-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary)
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@ fold_elfarm.asm -- linkage to C code to process Elf binary
|
||||
@ arm-linux.elf-fold.S -- linkage to C code to process Elf binary
|
||||
@
|
||||
@ This file is part of the UPX executable compressor.
|
||||
@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf32arm.lds --
|
||||
/* arm-linux.elf-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_armpea.S -- ARM/PE decompressor assembly startup (arm mode)
|
||||
/* arm.v4a-wince.pe.S -- ARM/PE decompressor assembly startup (arm mode)
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_armpet.S -- ARM/PE decompressor assembly startup (thumb mode)
|
||||
/* arm.v4t-wince.pe.S -- ARM/PE decompressor assembly startup (thumb mode)
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_com.asm -- loader & decompressor for the dos/com format
|
||||
; i086-dos16.com.S -- loader & decompressor for the dos/com format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_exe.asm -- loader & decompressor for the dos/exe format
|
||||
; i086-dos16.exe.S -- loader & decompressor for the dos/exe format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_sys.asm -- loader & decompressor for the dos/sys format
|
||||
; i086-dos16.sys.S -- loader & decompressor for the dos/sys format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; i386-BSD.elf-entry.asm -- BSD program entry point & decompressor (Elf binary)
|
||||
; i386-bsd.elf-entry.S -- BSD program entry point & decompressor (Elf binary)
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf86.lds --
|
||||
/* i386-bsd.elf-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf.c -- stub loader for Linux x86 ELF executable
|
||||
/* i386-bsd.elf-main.c -- stub loader for Linux x86 ELF executable
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_djgpp2.asm -- loader & decompressor for the djgpp2/coff format
|
||||
; i386-dos32.djgpp2.S -- loader & decompressor for the djgpp2/coff format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_tmt.asm -- loader & decompressor for the tmt/adam format
|
||||
; i386-dos32.tmt.S -- loader & decompressor for the tmt/adam format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_wcle.asm -- loader & decompressor for the watcom/le format
|
||||
; i386-dos32.watcom.le.S -- loader & decompressor for the watcom/le format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_lx_elf86.asm -- Linux program entry point & decompressor (Elf binary)
|
||||
; i386-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary)
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; fold_elf86.asm -- linkage to C code to process Elf binary
|
||||
; i386-linux.elf-fold.S -- linkage to C code to process Elf binary
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf86.lds --
|
||||
/* i386-linux.elf-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elf.c -- stub loader for Linux x86 ELF executable
|
||||
/* i386-linux.elf-main.c -- stub loader for Linux x86 ELF executable
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_lx_exec86.asm -- Linux program entry point & decompressor (kernel exec)
|
||||
; i386-linux.elf.execve-entry.S -- Linux program entry point & decompressor (kernel exec)
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; fold_exec86.asm -- linkage to C code to process Elf binary
|
||||
; i386-linux.elf.execve-fold.S -- linkage to C code to process Elf binary
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_exec86.lds --
|
||||
/* i386-linux.elf.execve-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_exec.c -- generic stub loader for Linux using execve()
|
||||
/* i386-linux.elf.execve-main.c -- generic stub loader for Linux using execve()
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_lx_pti86.asm -- Linux separate ELF PT_INTERP
|
||||
; i386-linux.elf.interp-entry.S -- Linux separate ELF PT_INTERP
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; fold_pti86.asm -- linkage to C code to act as ELF PT_INTERP
|
||||
; i386-linux.elf.interp-fold.S -- linkage to C code to act as ELF PT_INTERP
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_pti86.lds --
|
||||
/* i386-linux.elf.interp-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_pti.c -- stub loader for Linux x86 separate PT_INTERP
|
||||
/* i386-linux.elf.interp-main.c -- stub loader for Linux x86 separate PT_INTERP
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_lx_sh86.asm -- Linux program entry point & decompressor (shell script)
|
||||
; i386-linux.elf.shell-entry.S -- Linux program entry point & decompressor (shell script)
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; fold_sh86.asm -- Linux program entry point & decompressor (shell script)
|
||||
; i386-linux.elf.shell-fold.S -- Linux program entry point & decompressor (shell script)
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_sh86.lds --
|
||||
/* i386-linux.elf.shell-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_sh.c -- stub loader for Linux x86 shell script executable
|
||||
/* i386-linux.elf.shell-main.c -- stub loader for Linux x86 shell script executable
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_vmlinx.asm -- loader & decompressor for the vmlinux/i386 format
|
||||
; i386-linux.kernel.vmlinux.S -- loader & decompressor for the vmlinux/i386 format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_vmlinz.asm -- loader & decompressor for the vmlinuz/i386 format
|
||||
; i386-linux.kernel.vmlinuz.S -- loader & decompressor for the vmlinuz/i386 format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; i386-openbsd.elf-fold.asm -- linkage to C code to process Elf binary
|
||||
; i386-openbsd.elf-fold.S -- linkage to C code to process Elf binary
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_w32pe.asm -- loader & decompressor for the w32/pe format
|
||||
; i386-win32.pe.S -- loader & decompressor for the w32/pe format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; l_tos.s -- loader & decompressor for the atari/tos format
|
||||
; m68k-atari.tos.S -- loader & decompressor for the atari/tos format
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
; mipsel.r3000-ps1.asm -- ps1/exe program entry & decompressor
|
||||
; mipsel.r3000-ps1.S -- ps1/exe program entry & decompressor
|
||||
;
|
||||
; This file is part of the UPX executable compressor.
|
||||
;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* l_mac_ppc32.S -- program entry point & decompressor (PowerPC32 Mach-o)
|
||||
* powerpc-darwin.macho-entry.S -- program entry point & decompressor (PowerPC32 Mach-o)
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* fold_machppc32.S -- linkage to C code to process Mach-o binary
|
||||
/* powerpc-darwin.macho-fold.S -- linkage to C code to process Mach-o binary
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* m_mach_ppc32.c -- loader stub for Mach-o PowerPC32
|
||||
/* powerpc-darwin.macho-main.c -- loader stub for Mach-o PowerPC32
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elfppc.S -- Linux program entry point & decompressor (Elf binary)
|
||||
/* powerpc-linux.elf-entry.S -- Linux program entry point & decompressor (Elf binary)
|
||||
*
|
||||
* This file is part of the UPX executable compressor.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* l_lx_elfppc.lds --
|
||||
/* powerpc-linux.elf-fold.lds --
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* m_lx_elfppc32.c -- stub loader for Linux ELF PowerPC32 executable
|
||||
/* powerpc-linux.elf-main.c -- stub loader for Linux ELF PowerPC32 executable
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user