print_env.cpp 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #include <stdio.h> #include <string.h> #include <stdlib.h> int main (int argc, char **argv) { char *evil = getenv("EVIL"); return 0; // Set breakpoint here. }