## https://sploitus.com/exploit?id=FAA9473E-DAB2-5F0A-8897-773EC92ACB9C
# Copy Fail Tiny ELF - CVE-2026-31431
This is a minimal 801 bytes Linux x86_64 no-libc ELF build of the new Copyfail exploit CVE-2026-31431
## Requirements
- Linux x86_64
- gcc
- ld
- llvm-strip
On Debian/Ubuntu:
```bash
sudo apt install build-essential binutils llvm
````
## Build
```bash
make
```
## Check size
```bash
make size
```
## Clean
```bash
make clean
```