TR | Protostar: Stack 2 Writeup
Stack2.c Amaç: "you have correctly got the variable to the right value" satırını yazdırmak. #include <stdlib.h> #include <unistd.h> #include <stdio.h> #include <string.h> int main(int argc, char **argv) { volatile int modified; char buffer[64]; char *variable; variable = getenv("GREENIE"); if(variable ...
Continue reading