Skip to main content
Glama
cnitlrt
by cnitlrt
main.c328 B
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> // 栈溢出漏洞,english void vuln() { char buf[100]; printf("Please enter a string: "); read(0,buf,0x200); } int main() { setvbuf(stdout, 0,2,0); setvbuf(stdin, 0,2,0); setvbuf(stderr, 0,2,0); vuln(); return 0; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnitlrt/headless-ida-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server