3 مستودعات
Curated collections of software specifically configured for analyzing binaries and malicious code.
Distinct from Reverse Engineering: The candidates are 'Awesome Lists' (curated links), whereas this is a deployable software toolset.
Explore 3 awesome GitHub repositories matching security & cryptography · Reverse Engineering Toolsets. Refine with filters or upvote what's useful.
Flare-VM is a Windows malware analysis environment consisting of installation scripts that automate the provisioning of a virtual machine. It provides a comprehensive suite of reverse engineering tools, including decompilers and debuggers, along with the necessary system configurations and environment variables for security research. The project functions as a virtual machine image orchestrator, allowing for the automated creation, management, and export of specialized analysis appliances. It features configuration-driven tool selection and the ability to extend installation logic through cus
Installs a comprehensive curated collection of software configured for analyzing binaries and malicious code.
Flare-VM is a collection of scripts and an orchestrator designed to automate the installation and configuration of a reverse engineering toolset on Windows virtual machines. It functions as a provisioning system that deploys a consistent environment for malware analysis and security research on guest operating systems. The project utilizes a configuration manager and a graphical interface to allow for the selection of specific software packages and environment variables. It employs a curated manifest to manage the installation of compatible security tools and modifies system registries and ta
Provides a curated set of security and analysis software pre-configured for examining malicious code.
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
Provides a specialized tool for automating the recovery of embedded strings during binary reverse engineering.