test: add diverse elf testcases for qs

This commit is contained in:
vee1e 2026-06-10 18:41:18 +05:30
parent e556b35943
commit 4c14206a17
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
4 changed files with 26 additions and 0 deletions

Binary file not shown.

26
elf/README.md Normal file
View file

@ -0,0 +1,26 @@
# ELF testfiles for FLOSS/QUANTUMSTRAND
## 055da8e6ccfe5a9380231ea04b850e18.elf
- PIE executable
- x86-64
- dynamically linked
- interpreter /lib64/ld-linux-x86-64.so.2
- not stripped
## 687e79cde5b0ced75ac229465835054931f9ec438816f2827a8be5f3bd474929.elf
- shared object
- ARM aarch64
- dynamically linked
- interpreter /system/bin/linker64
- stripped
## ls
- ELF 64-bit LSB pie executable
- ARM aarch64
- dynamically linked
- interpreter /lib/ld-linux-aarch64.so.1
- stripped

BIN
elf/ls Executable file

Binary file not shown.