| LOW | CMakeLists.txt | 1 | # |
| LOW | misc/podman/rebuild-stubs/20-image-run-shell.sh | 41 | fi |
| LOW | misc/podman/rebuild-stubs/20-image-run-shell.sh | 61 | # ./build/extra/gcc/release/upx --version |
| LOW | misc/podman/rebuild-stubs/20-image-run-shell.sh | 81 | # cd /home/upx/src/upx/doc |
| LOW | misc/testsuite/upx_testsuite_1.sh | 1 | #! /usr/bin/env bash |
| LOW | misc/testsuite/mimic_ctest_sigsegv.sh | 1 | #! /usr/bin/env bash |
| LOW | misc/testsuite/mimic_ctest.sh | 1 | #! /usr/bin/env bash |
| LOW | misc/testsuite/test_symlinks.sh | 1 | #! /usr/bin/env bash |
| LOW | .github/workflows/github-close-stale-issues.yml | 1 | # Copyright (C) Markus Franz Xaver Johannes Oberhumer |
| LOW | src/p_w32pe_i386.cpp | 161 | |
| LOW | src/p_ps1.cpp | 41 | static const CLANG_FORMAT_DUMMY_STATEMENT |
| LOW | src/p_ps1.cpp | 61 | #define MIPS_LO(a) ((a) &0xffff) |
| LOW | src/p_ps1.cpp | 341 | #define REG1(x) (((x) >> 5) & 0x1f) |
| LOW | src/version.h | 1 | #pragma once |
| LOW | src/bele_policy.h | 221 | #error "ACC_ABI_ENDIAN" |
| LOW | src/bele.h | 281 | #if (ACC_ABI_BIG_ENDIAN) |
| LOW | src/bele.h | 1101 | #define ne32_compare_signed be32_compare_signed |
| LOW | src/help.cpp | 41 | static constexpr int has_declspec_attribute = 1; |
| LOW | src/help.cpp | 61 | #else |
| LOW | src/help.cpp | 501 | fprintf(f, "bzip2 data compression library %s\n", v); |
| LOW | src/help.cpp | 581 | #endif |
| LOW | src/help.cpp | 621 | cf_print("__CHERI__", "%lld", __CHERI__ + 0, 3); |
| LOW | src/help.cpp | 641 | |
| LOW | src/help.cpp | 661 | cf_print("__ELF__", "%lld", __ELF__ + 0, 3); |
| LOW | src/help.cpp | 681 | #elif defined(__pie__) |
| LOW | src/conf.h | 41 | #if !defined(__has_builtin) |
| LOW | src/conf.h | 81 | #endif |
| LOW | src/conf.h | 101 | // toolchain-x86_64_gcc-11.2.0_musl/include/fortify/stdlib.h: |
| LOW | src/conf.h | 121 | // multithreading (UPX currently does not use multithreading) |
| LOW | src/conf.h | 141 | template <class T> |
| LOW | src/conf.h | 201 | typedef unsigned char uchar; |
| LOW | src/conf.h | 221 | // |
| LOW | src/conf.h | 241 | #define forceinline_constexpr forceinline constexpr |
| LOW | src/conf.h | 261 | #undef __unix__ |
| LOW | src/conf.h | 281 | #define strncasecmp strnicmp |
| LOW | src/conf.h | 301 | #endif |
| LOW | src/conf.h | 321 | #endif |
| LOW | src/conf.h | 341 | #define outp upx_renamed_outp |
| LOW | src/conf.h | 361 | #if !defined(VALGRIND_CHECK_MEM_IS_DEFINED) |
| LOW | src/conf.h | 381 | #endif |
| LOW | src/conf.h | 401 | #elif __has_builtin(__builtin_memcpy) |
| LOW | src/conf.h | 481 | noreturn void assertFailed(const char *expr, const char *file, int line, const char *func) noexcept; |
| LOW | src/conf.h | 501 | #endif |
| LOW | src/conf.h | 521 | #define EXIT_OK 0 |
| LOW | src/conf.h | 541 | #define UPX_E_NOT_COMPRESSIBLE (-3) |
| LOW | src/conf.h | 561 | // #define UPX_F_WIN16_NE 11 // NOT IMPLEMENTED |
| LOW | src/conf.h | 581 | #define UPX_F_VMLINUZ_ARM 31 |
| LOW | src/conf.h | 601 | #define UPX_F_LINUX_ELF32_PPC32 132 |
| LOW | src/conf.h | 621 | #define M_NRV2E_8 9 |
| LOW | src/conf.h | 641 | #define M_IS_LZMA(x) (((x) &255) == M_LZMA) |
| LOW | src/p_lx_exc.cpp | 41 | #include "p_elf.h" |
| LOW | src/p_lx_exc.cpp | 261 | |
| LOW | src/p_lx_exc.cpp | 321 | // // Elf32_Phdr: 1 for exec86, 2 for sh86, 3 for elf86 |
| LOW | src/p_lx_elf.cpp | 41 | #include "p_unix.h" |
| LOW | src/p_lx_elf.cpp | 561 | // Note that C_TEXT[.p_vaddr, +.p_memsz) is a subset of C_BASE. |
| LOW | src/p_lx_elf.cpp | 1441 | (void)m_decompr; // FIXME |
| LOW | src/p_lx_elf.cpp | 3201 | // ----- glibc-2.31/sysdeps/arm/crti.S |
| LOW | src/p_lx_elf.cpp | 3281 | } |
| LOW | src/p_lx_elf.cpp | 3701 | } |
| LOW | src/p_lx_elf.cpp | 5541 | // A. original first PT_LOAD (Ehdr+Phdrs will be overwritten later) |
| 445 more matches not shown… |