How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s
The main features of fireeye/flare-emu are: Binary Analysis Tools, IDA Pro Plugins.
Projects with overlapping indexed features include: cisco-talos/ghida — GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA. google/binnavi — BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call… avast/retdec-idaplugin — RetDec plugin for IDA (Interactive Disassembler). airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from… polymorf/findcrypt-yara — IDA pro plugin to find crypto constants (and more).