Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
char *gets(char *);
18
19
void start_level() {
20
char buffer[128];
21
gets(buffer);
22
}
23
24
int main(int argc, char **argv) {
25
printf(
"%s\n"
, BANNER);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected