gcc

// compiling c code
cp /usr/share/exploitdb/exploits/linux/local/40847.cpp DirtyCow.cpp
gcc -o 25450 25450.c 

g++ -Wall -pedantic -02 -std=c++11 -pthread -o DirtyCow DirtyCow.cpp -lutil

Last updated

Was this helpful?