#include <stdio.h> void main(int argc, char **argv) { // Vulnerable code printf(argv[1]); }
Please enable JavaScript in your browser to view the content