TR | Protostar: Stack 1 Writeup
Stack1.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]; if(argc == 1) { ...
Continue reading