mandiant/capa

ghidra: Integrate the FLIRT matching engine into the Ghidra Feature Extractor

Open

#1,981 创建于 2024年2月9日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (703 fork)github user discovery
enhancementghidrahelp wanted

仓库指标

Star
 (6,043 star)
PR 合并指标
 (PR 指标待抓取)

描述

Summary

The Ghidra Feature Extractor uses Ghidra's FunctionID Analyzer to identify library functions. capa as a standalone tool defaults to the Vivisect backend, which uses the FLARE team's custom FLIRT matching engine alongside an open-source set of FLIRT signatures that cover many functions present in binaries that are compiled with Visual Studio. The FLIRT matching engine is implemented in Rust with Python bindings.

Motivation

By integrating the FLIRT matching engine with the Ghidra Feature Extractor, it will complement FunctionID and service users who wish to use their own set of FLIRT signatures. In turn, capa will be capable of identifying more library functions to be skipped during analysis.

Additional context

FunctionID allows Ghidra users to develop and use their own sets of signatures already; however, new users will only have access to the default ones. Our FLIRT signature set will serve to automatically grow this database and enhance capa's analysis.

贡献者指南