MCPcopy Create free account
hub / github.com/Crypto-Cat/CTF / start_level

Function start_level

pwn/exploit_education/phoenix/stack/5-stack/stack_shellcode.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17char *gets(char *);
18
19void start_level() {
20 char buffer[128];
21 gets(buffer);
22}
23
24int main(int argc, char **argv) {
25 printf("%s\n", BANNER);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected