Skip to content
View uguj's full-sized avatar

Block or report uguj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LLM-MultiAgent-StackOverflow-Detector LLM-MultiAgent-StackOverflow-Detector Public

    基于ReAct范式的多智能体栈缓冲区溢出检测框架,用于C/C++代码漏洞分析。 - Finder Agent:基于libclang的AST解析,识别危险函数调用 - Tracer Agent:语法树回溯,分析参数可控性 - Hypothesis Agent:调用Qwen2.5-Coder大语言模型生成智能漏洞假设 - Verifier Agent:通过angr符号执行与objdump静态匹配…

    Python