1 | #include <stdio.h> |
---|---|
2 | #include <string.h> |
3 | #include <stdlib.h> |
4 | |
5 | int main (int argc, char **argv) |
6 | { |
7 | char *evil = getenv(name: "EVIL"); |
8 | |
9 | return 0; // Set breakpoint here. |
10 | } |
11 |
1 | #include <stdio.h> |
---|---|
2 | #include <string.h> |
3 | #include <stdlib.h> |
4 | |
5 | int main (int argc, char **argv) |
6 | { |
7 | char *evil = getenv(name: "EVIL"); |
8 | |
9 | return 0; // Set breakpoint here. |
10 | } |
11 |