awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mentebinaria avatar

mentebinaria/retoolkit

0
View on GitHub↗
5,222 stars·541 forks·Inno Setup·Apache-2.0·4 vues

Retoolkit

Retoolkit est un orchestrateur d'outils d'ingénierie inverse et un fournisseur d'environnement d'analyse de logiciels malveillants pour Windows. Il fonctionne comme un automatiseur de workflow d'analyse binaire qui installe et configure les chaînes d'outils logicielles spécialisées requises pour la recherche en sécurité.

Le projet gère l'exécution et le cycle de vie des binaires d'analyse autonomes via un menu contextuel shell Windows basé sur le registre. Cette intégration permet aux utilisateurs de lancer des outils externes directement depuis le menu clic droit du système de fichiers en passant les chemins de fichiers sélectionnés comme arguments de ligne de commande aux exécutables tiers.

Le système couvre l'automatisation de la chaîne d'outils de sécurité, le provisionnement de l'environnement par script et la configuration de stations de travail pour l'analyse binaire Windows.

Features

  • Malware Analysis Environments - Sets up specialized Windows configurations for reverse engineering and malware analysis.
  • Binary Analysis - Prepares workstations for the study of compiled executable files and system processes on Windows.
  • Binary Orchestrators - Coordinates the invocation and execution of standalone reverse engineering binaries from a centralized interface.
  • External Tool Orchestrators - Automates the installation and lifecycle management of external binary tools for security research.
  • Reverse Engineering Tools - Accelerates the examination of compiled applications by streamlining the launch of reverse engineering tools.
  • Shell Context Menu Integrations - Integrates custom operational commands into the native Windows Explorer right-click menu.
  • Provisioning Scripts - Provides scripts to automate the installation and configuration of specialized software suites for workstation deployment.
  • Binary Execution Automation - Automates the process of launching compiled analysis binaries through system-level registration.
  • Security Suite Automators - Automates the bulk installation and organization of specialized security toolsets on Windows.
  • Shell Context Triggers - Connects system-level user interactions to a collection of external analysis binaries to accelerate investigation.
  • External Binary Handlers - Launches specific analysis programs by passing selected files via context menu command handlers.

Historique des stars

Graphique de l'historique des stars pour mentebinaria/retoolkitGraphique de l'historique des stars pour mentebinaria/retoolkit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Retoolkit

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Retoolkit.
  • mandiant/flare-vmAvatar de mandiant

    mandiant/flare-vm

    8,799Voir sur GitHub↗

    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

    PowerShell
    Voir sur GitHub↗8,799
  • 0xz0f/z0fcourse_reverseengineeringAvatar de 0xZ0F

    0xZ0F/Z0FCourse_ReverseEngineering

    5,852Voir sur GitHub↗

    This project is a structured course and instructional guide focused on x64 Windows reverse engineering. It provides a curriculum for analyzing and decompiling Windows binaries through the study of assembly language and operating system internals. The material covers Windows binary analysis and malware analysis, with a specific focus on interpreting x64 machine code to recover original program logic. It guides the user through the process of tracing program behavior and logging function calls to understand how binaries operate. The technical scope includes assembly-level decompilation, debugg

    C++
    Voir sur GitHub↗5,852
  • donnemartin/dev-setupAvatar de donnemartin

    donnemartin/dev-setup

    6,261Voir sur GitHub↗

    This project is a collection of scripts and configuration files designed to automate the deployment of developer toolsets, big data tools, and system-wide dotfiles. It serves as a provisioning system for installing languages, data analysis tools, and system dependencies across diverse programming stacks. The suite provides specialized automation for macOS developer onboarding and the setup of Python data science workflows. It includes dedicated installers for distributed processing engines like Spark and Hadoop, as well as environments for web and mobile development. The system covers a broa

    Python
    Voir sur GitHub↗6,261
  • avast-tl/retdecAvatar de avast-tl

    avast-tl/retdec

    8,556Voir sur GitHub↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    Voir sur GitHub↗8,556
Voir les 30 alternatives à Retoolkit→

Questions fréquentes

Que fait mentebinaria/retoolkit ?

Retoolkit est un orchestrateur d'outils d'ingénierie inverse et un fournisseur d'environnement d'analyse de logiciels malveillants pour Windows. Il fonctionne comme un automatiseur de workflow d'analyse binaire qui installe et configure les chaînes d'outils logicielles spécialisées requises pour la recherche en sécurité.

Quelles sont les fonctionnalités principales de mentebinaria/retoolkit ?

Les fonctionnalités principales de mentebinaria/retoolkit sont : Malware Analysis Environments, Binary Analysis, Binary Orchestrators, External Tool Orchestrators, Reverse Engineering Tools, Shell Context Menu Integrations, Provisioning Scripts, Binary Execution Automation.

Quelles sont les alternatives open-source à mentebinaria/retoolkit ?

Les alternatives open-source à mentebinaria/retoolkit incluent : mandiant/flare-vm — Flare-VM is a Windows malware analysis environment consisting of installation scripts that automate the provisioning… 0xz0f/z0fcourse_reverseengineering — This project is a structured course and instructional guide focused on x64 Windows reverse engineering. It provides a… fireeye/flare-vm — Flare-VM is a collection of scripts and an orchestrator designed to automate the installation and configuration of a… donnemartin/dev-setup — This project is a collection of scripts and configuration files designed to automate the deployment of developer… avast-tl/retdec — Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and…