2 matches found
AFLTriage
AFLTriage AFLTriage 是一个使用调试器对崩溃输入文件进行分类的工具。它被设计为可移植,除了 libc 和外部调试器外,不需要任何运行时依赖。它支持对任何程序产生的崩溃进行分类,而不仅仅是 AFL,但特别识别 AFL 目录,因此得名。 一些值得注意的功能包括: 多种报告格式:文本、JSON 和 原始调试器 JSON 并行崩溃分类 崩溃去重 侦察器报告解析 支持带有或不带符号/调试信息的二进制目标 源代码和变量将在报告中标注以提供上下文 目前 AFLTriage 仅支持 GDB,并且仅在 Linux C/C++ 目标上测试过。请注意,AFLTriage...
5.9AI score
SaveExploits0References7
AFLTriage - Tool To Triage Crashing Input Files Using A Debugger
AFLTriage is a tool to triage crashing input files using a debugger. It is designed to be portable and not require any run-time dependencies, besides libc and an external debugger. It supports triaging crashes generated by any program, not just AFL, but recognizes AFL directories specially, hence...
7.3AI score
SaveExploits0References7
20