mandiant/capa

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

Open

#1981 aperta il 9 feb 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (703 fork)github user discovery
enhancementghidrahelp wanted

Metriche repository

Star
 (6043 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor