How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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
RetDec plugin for IDA (Interactive Disassembler).
The main features of avast/retdec-idaplugin are: Binary Analysis Tools, IDA Pro Plugins.
Open-source alternatives to avast/retdec-idaplugin include: fireeye/flare-emu. google/binnavi — BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call… cisco-talos/ghida — GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA. 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).