3 links tagged with all of: reverse-engineering + binary-analysis
Click any tag below to further narrow down your results
Links
This article explores the use of AI models, particularly Claude Opus 4.6, to detect hidden backdoors in binary executables. While some success was noted, with a 49% detection rate for obvious backdoors, the approach remains unreliable for production use due to high false positives and limitations in analyzing complex binaries.
OGhidra integrates Large Language Models with Ghidra for AI-assisted binary analysis. Users can query Ghidra using natural language, automate reverse engineering tasks, and analyze binaries more efficiently. It supports local AI models for privacy and offers tools for malware analysis and vulnerability research.
Radare2 (r2) is a powerful open-source reverse engineering tool that has evolved from a basic hexadecimal editor to a comprehensive command-line utility with various plugins and scripting capabilities. It supports numerous architectures and file formats, offering tools for debugging, disassembly, and binary analysis. Installation can be performed from the Git repository, and users can extend functionality through the r2pm package manager.