apt install -y gcc-multilib
gcc -Wall -o linux-sendpage linux-sendpage.c -m32 -mtune=i686 -Wl,--hash-style=both
Last updated 5 years ago