
برهان مفهوم بسيط لـ CVE-2021-20294
should be exactly the translation, no extra.
But careful: the original content has a blank line after each line? We'll preserve structure.# CVE-2021-20294-POC
21 يناير 2023، Altin (tin-z)، github.com/tin-z
wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.gz && tar -xzvf binutils-2.35.tar.gz
cd binutils-2.35 && ./configure && make && cd ..
gcc -shared -fPIC poc.c -o poc.so -Wl,--version-script=poc.ver
./binutils-2.35/binutils/readelf -s poc.so