Use this command to install Reverse Engineer's Toolkit (retoolkit):
winget install --id=mentebinaria.retoolkit -e
Retoolkit is a comprehensive collection of tools designed to assist in reverse engineering and malware analysis for x86 and x86-64 Windows systems. This versatile toolkit streamlines your workflow by providing essential utilities for debugging, disassembling, decompiling, and analyzing binaries.
Key Features:
Pre-configured Tools: Retoolkit comes with tools like x64dbg already set up, complete with necessary plugins and configurations to start working immediately.
Command-Line Accessibility: The included command-line tools are designed to work seamlessly from any directory, enhancing flexibility and efficiency in your analysis environment.
Context Menu Integration: Right-click on a file to access retoolkit's tools directly, passing the selected file as an argument for quick analysis.
Audience & Benefit:
Ideal for reverse engineers, malware analysts, and security researchers, Retoolkit saves valuable time by eliminating the need to individually download, configure, and set up each tool. It is particularly beneficial when setting up a new virtual machine for analysis, offering a ready-to-use environment with minimal setup.
README
Reverse Engineer's Toolkit
What?
This is a collection of tools you may like if you are interested in reverse engineering and/or malware analysis on x86 and x64 Windows systems. After installing this program, you'll have two ways to access the tools:
Double-click the retoolkit icon in the Desktop.
Right-click on a file, choose retoolkit. This way the selected file is passed as argument to the desired program.
Why do I need it?
You don't. Obviously, you can download such tools from their own website and install them by yourself in a new VM. But if you download retoolkit, it will probably save you some time. Additionally, the tools come pre-configured so you'll find things like x64dbg with a few plugins, command-line tools working from any directory, etc. You may like it if you're setting up a new analysis VM.
Download
The *.iss files you see here are the source code for our setup program built with Inno Setup. To download the real thing, you have to go to the Releases section and download the setup program.
Included tools
Have a look at the wiki for a detailed list. By the way, you won't find cracked software there.
Is it safe to install it in my environment?
I don't know. Some included tools are not open source and come from shady places. You should use it exclusively in virtual machines and under your own responsibility.
Can you add tool X?
It depends. The idea is to keep it simple. We won't add a tool just because it's not here yet. But if you think there's a good reason to do so, and the license allows us to redistribute the software, please open an issue here if it doesn't exist yet.
Retoolkit can be easily installed via winget, ensuring a straightforward and efficient setup process.
By integrating these tools into your workflow, Retoolkit empowers you to focus on your analysis rather than tool configuration, making it an indispensable resource in the field of reverse engineering and malware analysis.